COLOR #5AE3FF

HEX: #5AE3FF
RGB: (90,227,255)

Color info

#5AE3FF contains mainly green and blue colors. Web safe color of #5AE3FF is #66CCFF (or #6CF).

RGB color model

#5AE3FF color RGB value is (90,227,255).

  • red value is 90;
  • green value is 227;
  • blue value is 255.
RGB:
(90,227,255)
(35%,89%,100%)

RGB channels and saturation

R 90 of 255 = 35%
G 227 of 255 = 89%
B 255 of 255 = 100%

90
227
255

R + G + B ~ 75%. #5AE3FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 227 + 255 = 572 (100%)
R 90 of 572 ~ 15.73%
G 227 of 572 ~ 39.69%
B 255 of 572 ~ 44.58%

%15.73
%39.69
%44.58

CMYK color model

#5AE3FF color CMYK value is (65,11,0,0).

  • cyan value is 64.71%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(65,11,0,0)
C65M11Y0K0 
(65%,11%,0%,0%)
(0.65/0.11/0.00/0.00)	

CMYK percentages

%64.71
%10.98
%0
%0

Codes

Color #5AE3FF in popluar color models

5AE3FF
RGB90227255
HSL190°100.00%67.65%
HSB/HSV190°64.71%100.00%
CMYK64.71%10.98%0.00%
0.00%

Color #5AE3FF in popluar number systems.

HEX5AE3FF
Decimal90227255
Binary10110101110001111111111
Octal132343377

Shades and tints

Shades of #5AE3FF

#5AE3FF
(90,227,255)
#52CFE8
(82,207,232)
#4ABBD1
(74,187,209)
#42A7BA
(66,167,186)
#3A93A3
(58,147,163)
#327F8C
(50,127,140)
#2A6B75
(42,107,117)
#22575E
(34,87,94)
#1A4347
(26,67,71)
#122F30
(18,47,48)
#0A1B19
(10,27,25)
#000000
(0,0,0)

Tints of #5AE3FF

#5AE3FF
(90,227,255)
#69E5FF
(105,229,255)
#78E7FF
(120,231,255)
#87E9FF
(135,233,255)
#96EBFF
(150,235,255)
#A5EDFF
(165,237,255)
#B4EFFF
(180,239,255)
#C3F1FF
(195,241,255)
#D2F3FF
(210,243,255)
#E1F5FF
(225,245,255)
#F0F7FF
(240,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AE3FF color. Also use rgb(90,227,255) instead hex code.

Text Font Color

.myTextColor { color: #5AE3FF; }

<p style="color:#5AE3FF">This sample text font color is #5AE3FF.</p>

This text font color is #5AE3FF.


Background Color

.myBgColor { background-color: #5AE3FF; }

<div style="background-color:#5AE3FF">Inner text</div>

This div background color is #5AE3FF.


Border color

.myBorderColor { border: 1px solid #5AE3FF; }

<div style="border:3px solid #5AE3FF">Div</div>

This div border color is #5AE3FF.


Opacity

.myOpacity80 { color: #5AE3FF; opacity: 0.8; }

<p style="color:#5AE3FF;opacity:0.8;">80%</p>

Text with #5AE3FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5AE3FF;}

<p style="text-shadow: 3px 3px 1px #5AE3FF">Text here.</p>

This text has shadow with #5AE3FF color.

.textShadow {text-shadow: 3px 3px 1px #5AE3FF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5AE3FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #5AE3FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5AE3FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5AE3FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #5AE3FF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5AE3FF;
  -webkit-box-shadow:	1px 1px 3px 2px #5AE3FF;
  box-shadow:		1px 1px 3px 2px #5AE3FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5AE3FF;
-webkit-box-shadow: 1px 1px 3px 2px #5AE3FF;
box-shadow:1px 1px 3px 2px #5AE3FF;">
Div content here</div>
This div box has shadow with color #5AE3FF.

Preview

Color preview on black background

This text has color #5AE3FF on black background.


Color preview on white background

This text has color #5AE3FF on white background.



Black color preview on #5AE3FF background

This text has black color on #5AE3FF background.


White color preview on #5AE3FF background

This text has white color on #5AE3FF background.