#5FFAF8

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

Shades of Baby Blue #5FFAF8

Tints of Baby Blue #5FFAF8

Color information

#5FFAF8 (or 0x5FFAF8) is unknown color: approx Baby Blue. HEX triplet: 5F, FA and F8. RGB value is (95,250,248). Sum of RGB (Red+Green+Blue) = 95+250+248=593 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.02% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAF8 is #A00507. Grayscale: #CBCBCB. Windows color (decimal): -10487048 or 16317023. OLE color: 16317023.

HSL color Cylindrical-coordinate representation of color #5FFAF8: hue angle of 179.23º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFAF8 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB95250248-
CMYK0.6200.010.02
HSL179.23º93.94%67.65%-
HSV(B)179.23º62%98.04%-
XYZ55.8577.58100.84-
YUV203.43153.1550.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.02%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 248 (97.27% from 255) = 41.82%
R=16.02%
G=42.16%
B=41.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952502480.6200.010.02179.2393.9467.65
Hex5FFAF83E012b35e44
Octal13737237076012263136104
Binary1011111111110101111100011111001101011001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,250,248); }

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

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

 a { background-color: rgb(95,250,248); }

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

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

 span { border-color: rgb(95,250,248); }

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