Html Css Color HEX #5AE9FF Baby Blue

📋 copy color: '#5AE9FF'

red 90 ◦ green 233 ◦ blue 255

#5AE9FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #5AE9FF

Tints of Baby Blue #5AE9FF

RGB

 RED value IS 90 (35.55% from 255) = 15.57%

 GREEN value IS 233 (91.41% from 255) = 40.31%

 BLUE value IS 255 (100% from 255) = 44.12%

R = 15.57%
G = 40.31%
B = 44.12%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5AE9FF (or 0x5AE9FF) is known color: Baby Blue. HEX triplet: 5A, E9 and FF. RGB value is (90,233,255). Sum of RGB (Red+Green+Blue) = 90+233+255=578 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.57% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AE9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AE9FF is #A51600. Grayscale: #C0C0C0. Windows color (decimal): -10819073 or 16771418. OLE color: 16771418.

HSL color Cylindrical-coordinate representation of color #5AE9FF: hue angle of 188º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AE9FF is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 90 233 255 -
CMYK 0.65 0.09 0 0
HSL 188º 1% 0.68% -
HSV(B) 188º 0.65% 1% -
XYZ 51.41 67.67 104.96 -
YUV 192.75 163.12 54.71 -
System Red Green Blue C M Y K H S L
Decimal 90 233 255 0.65 0.09 0 0 188 1 0.68
Hex 5A E9 FF 41 9 0 0 BC 64 44
Octal 132 351 377 101 11 0 0 274 144 104
Binary 1011010 11101001 11111111 1000001 1001 0 0 10111100 1100100 1000100

Color Harmonies of #5AE9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE9FF

Black with #5AE9FF

Text Example


Text Example

White with #5AE9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AE9FF; }

 p { color: rgb(90,233,255); }

 H1.HeaderClassName
 {
   color: #5AE9FF;
 }
 .AnyTagClassName
 {
   color: #5AE9FF;
 }
</style>

background-color css

<style>
 a { background-color: #5AE9FF; }

 a { background-color: rgb(90,233,255); }

 div.DivClassName
 {
   background-color: #5AE9FF;
 }
 .BgClassName
 {
   background-color: #5AE9FF;
 }
</style>

border-color css

<style>
 span { border-color: #5AE9FF; }

 span { border-color: rgb(90,233,255); }

 td.TdClassName
 {
   border-color: #5AE9FF;
 }
 .TagClassName
 {
   border-color: #5AE9FF;
 }
</style>