Shades of Baby Blue #5FFDF6
Tints of Baby Blue #5FFDF6
RGB
CMYK
RGB Variations
Color information
#5FFDF6 (or 0x5FFDF6) is known color: Baby Blue. HEX triplet: 5F, FD and F6. RGB value is (95,253,246). Sum of RGB (Red+Green+Blue) = 95+253+246=594 (78% of max value = 765). Red value is 95 (37.5% from 255 or 15.99% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFDF6 is #A00209. Grayscale: #CCCCCC. Windows color (decimal): -10486282 or 16186719. OLE color: 16186719.
HSL color Cylindrical-coordinate representation of color #5FFDF6: hue angle of 177.34º 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 #5FFDF6 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 253 | 246 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.01 |
| HSL | 177.34º | 0.98% | 0.68% | - |
| HSV(B) | 177.34º | 0.62% | 0.99% | - |
| XYZ | 56.48 | 79.34 | 99.53 | - |
| YUV | 204.96 | 151.15 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 253 | 246 | 0.62 | 0 | 0.03 | 0.01 | 177.34 | 0.98 | 0.68 |
| Hex | 5F | FD | F6 | 3E | 0 | 3 | 1 | B1 | 62 | 44 |
| Octal | 137 | 375 | 366 | 76 | 0 | 3 | 1 | 261 | 142 | 104 |
| Binary | 1011111 | 11111101 | 11110110 | 111110 | 0 | 11 | 1 | 10110001 | 1100010 | 1000100 |
Color Harmonies of #5FFDF6
Complementary color
Monochromatic Colors of #5FFDF6
Black with #5FFDF6
Text Example
Text Example
White with #5FFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFDF6; }
p { color: rgb(95,253,246); }
H1.HeaderClassName
{
color: #5FFDF6;
}
.AnyTagClassName
{
color: #5FFDF6;
}
</style>
background-color css
<style>
a { background-color: #5FFDF6; }
a { background-color: rgb(95,253,246); }
div.DivClassName
{
background-color: #5FFDF6;
}
.BgClassName
{
background-color: #5FFDF6;
}
</style>
border-color css
<style>
span { border-color: #5FFDF6; }
span { border-color: rgb(95,253,246); }
td.TdClassName
{
border-color: #5FFDF6;
}
.TagClassName
{
border-color: #5FFDF6;
}
</style>