#5AF5F4

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

Shades of Baby Blue #5AF5F4

Tints of Baby Blue #5AF5F4

Color information

#5AF5F4 (or 0x5AF5F4) is unknown color: approx Baby Blue. HEX triplet: 5A, F5 and F4. RGB value is (90,245,244). Sum of RGB (Red+Green+Blue) = 90+245+244=579 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.54% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 244 (95.70% from 255 or 42.14% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF5F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF5F4 is #A50A0B. Grayscale: #C6C6C6. Windows color (decimal): -10816012 or 16053594. OLE color: 16053594.

HSL color Cylindrical-coordinate representation of color #5AF5F4: hue angle of 179.61º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF5F4 is Cyan = 0.63, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB90245244-
CMYK0.6300.000.04
HSL179.61º88.57%65.69%-
HSV(B)179.61º63.27%96.08%-
XYZ53.274.0197.07-
YUV198.54153.6550.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.54%
GREEN value IS 245 (96.09% from 255) = 42.31%
BLUE value IS 244 (95.70% from 255) = 42.14%
R=15.54%
G=42.31%
B=42.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal902452440.6300.000.04179.6188.5765.69
Hex5AF5F43F004b45942
Octal13236536477004264131102
Binary10110101111010111110100111111001001011010010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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