#5FFEF4

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

Shades of Baby Blue #5FFEF4

Tints of Baby Blue #5FFEF4

Color information

#5FFEF4 (or 0x5FFEF4) is unknown color: approx Baby Blue. HEX triplet: 5F, FE and F4. RGB value is (95,254,244). Sum of RGB (Red+Green+Blue) = 95+254+244=593 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.02% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #5FFEF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFEF4 is #A0010B. Grayscale: #CDCDCD. Windows color (decimal): -10486028 or 16055903. OLE color: 16055903.

HSL color Cylindrical-coordinate representation of color #5FFEF4: hue angle of 176.23º 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 #5FFEF4 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB95254244-
CMYK0.6300.040.00
HSL176.23º98.76%68.43%-
HSV(B)176.23º62.6%99.61%-
XYZ56.4979.8598.02-
YUV205.32149.8249.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 16.02%
GREEN value IS 254 (99.61% from 255) = 42.83%
BLUE value IS 244 (95.70% from 255) = 41.15%
R=16.02%
G=42.83%
B=41.15%

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
Decimal952542440.6300.040.00176.2398.7668.43
Hex5FFEF43F040b06344
Octal13737636477040260143104
Binary10111111111111011110100111111010001011000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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