#5AFEF4

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

Shades of Baby Blue #5AFEF4

Tints of Baby Blue #5AFEF4

Color information

#5AFEF4 (or 0x5AFEF4) is unknown color: approx Baby Blue. HEX triplet: 5A, FE and F4. RGB value is (90,254,244). Sum of RGB (Red+Green+Blue) = 90+254+244=588 (77% of max value = 765). Red value is 90 (35.55% from 255 or 15.31% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFEF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AFEF4 is #A5010B. Grayscale: #CBCBCB. Windows color (decimal): -10813708 or 16055898. OLE color: 16055898.

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

Color convert

RGB90254244-
CMYK0.6500.040.00
HSL176.34º98.8%67.45%-
HSV(B)176.34º64.57%99.61%-
XYZ55.9979.5998-
YUV203.82150.6746.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.31%
GREEN value IS 254 (99.61% from 255) = 43.20%
BLUE value IS 244 (95.70% from 255) = 41.50%
R=15.31%
G=43.20%
B=41.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal902542440.6500.040.00176.3498.867.45
Hex5AFEF441040b06343
Octal132376364101040260143103
Binary101101011111110111101001000001010001011000011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,254,244); }

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

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

 a { background-color: rgb(90,254,244); }

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

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

 span { border-color: rgb(90,254,244); }

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