#5AE9FF

Color #5AE9FF Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #5AE9FF

Tints of Baby Blue #5AE9FF

Color information

#5AE9FF (or 0x5AE9FF) is unknown color: approx 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

RGB90233255-
CMYK0.650.0900
HSL188º100%67.65%-
HSV(B)188º64.71%100%-
XYZ51.4167.67104.96-
YUV192.75163.1254.71-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal902332550.650.090018810067.65
Hex5AE9FF41900bc6444
Octal1323513771011100274144104
Binary1011010111010011111111110000011001001011110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>