#5FFDF9

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

Shades of Baby Blue #5FFDF9

Tints of Baby Blue #5FFDF9

Color information

#5FFDF9 (or 0x5FFDF9) is unknown color: approx Baby Blue. HEX triplet: 5F, FD and F9. RGB value is (95,253,249). Sum of RGB (Red+Green+Blue) = 95+253+249=597 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.91% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 249 (97.66% from 255 or 41.71% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFDF9 is #A00206. Grayscale: #CDCDCD. Windows color (decimal): -10486279 or 16383327. OLE color: 16383327.

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

Color convert

RGB95253249-
CMYK0.6200.020.01
HSL178.48º97.53%68.24%-
HSV(B)178.48º62.45%99.22%-
XYZ56.9479.52101.97-
YUV205.3152.6549.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 15.91%
GREEN value IS 253 (99.22% from 255) = 42.38%
BLUE value IS 249 (97.66% from 255) = 41.71%
R=15.91%
G=42.38%
B=41.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal952532490.6200.020.01178.4897.5368.24
Hex5FFDF93E021b26244
Octal13737537176021262142104
Binary1011111111111011111100111111001011011001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,253,249); }

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

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

 a { background-color: rgb(95,253,249); }

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

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

 span { border-color: rgb(95,253,249); }

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