#5FFBF6

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

Shades of Baby Blue #5FFBF6

Tints of Baby Blue #5FFBF6

Color information

#5FFBF6 (or 0x5FFBF6) is unknown color: approx Baby Blue. HEX triplet: 5F, FB and F6. RGB value is (95,251,246). Sum of RGB (Red+Green+Blue) = 95+251+246=592 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.05% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFBF6 is #A00409. Grayscale: #CBCBCB. Windows color (decimal): -10486794 or 16186207. OLE color: 16186207.

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

Color convert

RGB95251246-
CMYK0.6200.020.02
HSL178.08º95.12%67.84%-
HSV(B)178.08º62.15%98.43%-
XYZ55.8578.0899.32-
YUV203.79151.8250.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.05%
GREEN value IS 251 (98.44% from 255) = 42.40%
BLUE value IS 246 (96.48% from 255) = 41.55%
R=16.05%
G=42.40%
B=41.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952512460.6200.020.02178.0895.1267.84
Hex5FFBF63E022b25f44
Octal13737336676022262137104
Binary10111111111101111110110111110010101011001010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,251,246); }

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

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

 a { background-color: rgb(95,251,246); }

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

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

 span { border-color: rgb(95,251,246); }

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