Shades of Baby Blue #5FFDF9
Tints of Baby Blue #5FFDF9
RGB
CMYK
RGB Variations
Color information
#5FFDF9 (or 0x5FFDF9) is known color: 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
| RGB | 95 | 253 | 249 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.01 |
| HSL | 178.48º | 0.98% | 0.68% | - |
| HSV(B) | 178.48º | 0.62% | 0.99% | - |
| XYZ | 56.94 | 79.52 | 101.97 | - |
| YUV | 205.3 | 152.65 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 249 | 0.62 | 0 | 0.02 | 0.01 | 178.48 | 0.98 | 0.68 |
| Hex | 5F | FD | F9 | 3E | 0 | 2 | 1 | B2 | 62 | 44 |
| Octal | 137 | 375 | 371 | 76 | 0 | 2 | 1 | 262 | 142 | 104 |
| Binary | 1011111 | 11111101 | 11111001 | 111110 | 0 | 10 | 1 | 10110010 | 1100010 | 1000100 |
Color Harmonies of #5FFDF9
Complementary color
Monochromatic Colors of #5FFDF9
Black with #5FFDF9
Text Example
Text Example
White with #5FFDF9
Text Example
Text Example
HTML Codes & Css Web 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>