Shades of Baby Blue #5FFFFC
Tints of Baby Blue #5FFFFC
RGB
CMYK
RGB Variations
Color information
#5FFFFC (or 0x5FFFFC) is known color: Baby Blue. HEX triplet: 5F, FF and FC. RGB value is (95,255,252). Sum of RGB (Red+Green+Blue) = 95+255+252=602 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.78% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFFFC is #A00003. Grayscale: #CECECE. Windows color (decimal): -10485764 or 16580447. OLE color: 16580447.
HSL color Cylindrical-coordinate representation of color #5FFFFC: hue angle of 178.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFFC is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 252 | - |
| CMYK | 0.63 | 0 | 0.01 | 0 |
| HSL | 178.88º | 1% | 0.69% | - |
| HSV(B) | 178.88º | 0.63% | 1% | - |
| XYZ | 58.05 | 80.98 | 104.67 | - |
| YUV | 206.82 | 153.49 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 252 | 0.63 | 0 | 0.01 | 0 | 178.88 | 1 | 0.69 |
| Hex | 5F | FF | FC | 3F | 0 | 1 | 0 | B3 | 64 | 45 |
| Octal | 137 | 377 | 374 | 77 | 0 | 1 | 0 | 263 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11111100 | 111111 | 0 | 1 | 0 | 10110011 | 1100100 | 1000101 |
Color Harmonies of #5FFFFC
Complementary color
Monochromatic Colors of #5FFFFC
Black with #5FFFFC
Text Example
Text Example
White with #5FFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFFC; }
p { color: rgb(95,255,252); }
H1.HeaderClassName
{
color: #5FFFFC;
}
.AnyTagClassName
{
color: #5FFFFC;
}
</style>
background-color css
<style>
a { background-color: #5FFFFC; }
a { background-color: rgb(95,255,252); }
div.DivClassName
{
background-color: #5FFFFC;
}
.BgClassName
{
background-color: #5FFFFC;
}
</style>
border-color css
<style>
span { border-color: #5FFFFC; }
span { border-color: rgb(95,255,252); }
td.TdClassName
{
border-color: #5FFFFC;
}
.TagClassName
{
border-color: #5FFFFC;
}
</style>