#5AF0F8

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

Shades of Baby Blue #5AF0F8

Tints of Baby Blue #5AF0F8

Color information

#5AF0F8 (or 0x5AF0F8) is unknown color: approx Baby Blue. HEX triplet: 5A, F0 and F8. RGB value is (90,240,248). Sum of RGB (Red+Green+Blue) = 90+240+248=578 (76% of max value = 765). Red value is 90 (35.55% from 255 or 15.57% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #5AF0F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5AF0F8 is #A50F07. Grayscale: #C3C3C3. Windows color (decimal): -10817288 or 16314458. OLE color: 16314458.

HSL color Cylindrical-coordinate representation of color #5AF0F8: hue angle of 183.04º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF0F8 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB90240248-
CMYK0.640.0300.03
HSL183.04º91.86%66.27%-
HSV(B)183.04º63.71%97.25%-
XYZ52.3271.2799.81-
YUV196.06157.352.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 15.57%
GREEN value IS 240 (94.14% from 255) = 41.52%
BLUE value IS 248 (97.27% from 255) = 42.91%
R=15.57%
G=41.52%
B=42.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal902402480.640.0300.03183.0491.8666.27
Hex5AF0F840303b75c42
Octal132360370100303267134102
Binary101101011110000111110001000000110111011011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,240,248); }

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

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

 a { background-color: rgb(90,240,248); }

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

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

 span { border-color: rgb(90,240,248); }

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