#5FFEF5

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

Shades of Baby Blue #5FFEF5

Tints of Baby Blue #5FFEF5

Color information

#5FFEF5 (or 0x5FFEF5) is unknown color: approx Baby Blue. HEX triplet: 5F, FE and F5. RGB value is (95,254,245). Sum of RGB (Red+Green+Blue) = 95+254+245=594 (78% of max value = 765). Red value is 95 (37.5% from 255 or 15.99% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 245 (96.09% from 255 or 41.25% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFEF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFEF5 is #A0010A. Grayscale: #CDCDCD. Windows color (decimal): -10486027 or 16121439. OLE color: 16121439.

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

Color convert

RGB95254245-
CMYK0.6300.040.00
HSL176.6º98.76%68.43%-
HSV(B)176.6º62.6%99.61%-
XYZ56.6479.9198.82-
YUV205.43150.3249.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 15.99%
GREEN value IS 254 (99.61% from 255) = 42.76%
BLUE value IS 245 (96.09% from 255) = 41.25%
R=15.99%
G=42.76%
B=41.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal952542450.6300.040.00176.698.7668.43
Hex5FFEF53F040b16344
Octal13737636577040261143104
Binary10111111111111011110101111111010001011000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,254,245); }

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

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

 a { background-color: rgb(95,254,245); }

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

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

 span { border-color: rgb(95,254,245); }

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