#5AFFE8

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

Shades of Baby Blue #5AFFE8

Tints of Baby Blue #5AFFE8

Color information

#5AFFE8 (or 0x5AFFE8) is unknown color: approx Baby Blue. HEX triplet: 5A, FF and E8. RGB value is (90,255,232). Sum of RGB (Red+Green+Blue) = 90+255+232=577 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.60% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFFE8 is #A50017. Grayscale: #CACACA. Windows color (decimal): -10813464 or 15269722. OLE color: 15269722.

HSL color Cylindrical-coordinate representation of color #5AFFE8: hue angle of 171.64º 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 #5AFFE8 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB90255232-
CMYK0.6500.090
HSL171.64º100%67.65%-
HSV(B)171.64º64.71%100%-
XYZ54.5479.5288.82-
YUV203.04144.3447.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.60%
GREEN value IS 255 (100% from 255) = 44.19%
BLUE value IS 232 (91.02% from 255) = 40.21%
R=15.60%
G=44.19%
B=40.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal902552320.6500.090171.6410067.65
Hex5AFFE841090ac6444
Octal1323773501010110254144104
Binary1011010111111111110100010000010100101010110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AFFE8;
 }
 .AnyTagClassName
 {
   color: #5AFFE8;
 }
</style>
background-color css

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

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

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

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

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

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