#5FFAF7

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

Shades of Baby Blue #5FFAF7

Tints of Baby Blue #5FFAF7

Color information

#5FFAF7 (or 0x5FFAF7) is unknown color: approx Baby Blue. HEX triplet: 5F, FA and F7. RGB value is (95,250,247). Sum of RGB (Red+Green+Blue) = 95+250+247=592 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.05% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 247 (96.88% from 255 or 41.72% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAF7 is #A00508. Grayscale: #CBCBCB. Windows color (decimal): -10487049 or 16251487. OLE color: 16251487.

HSL color Cylindrical-coordinate representation of color #5FFAF7: hue angle of 178.84º 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 #5FFAF7 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB95250247-
CMYK0.6200.010.02
HSL178.84º93.94%67.65%-
HSV(B)178.84º62%98.04%-
XYZ55.6977.52100.02-
YUV203.31152.6550.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.05%
GREEN value IS 250 (98.05% from 255) = 42.23%
BLUE value IS 247 (96.88% from 255) = 41.72%
R=16.05%
G=42.23%
B=41.72%

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
Decimal952502470.6200.010.02178.8493.9467.65
Hex5FFAF73E012b35e44
Octal13737236776012263136104
Binary1011111111110101111011111111001101011001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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