Shades of Baby Blue #51FFFC
Tints of Baby Blue #51FFFC
RGB
CMYK
RGB Variations
Color information
#51FFFC (or 0x51FFFC) is known color: Baby Blue. HEX triplet: 51, FF and FC. RGB value is (81,255,252). Sum of RGB (Red+Green+Blue) = 81+255+252=588 (77% of max value = 765). Red value is 81 (32.03% from 255 or 13.78% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FFFC is #AE0003. Grayscale: #CACACA. Windows color (decimal): -11403268 or 16580433. OLE color: 16580433.
HSL color Cylindrical-coordinate representation of color #51FFFC: hue angle of 178.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FFFC is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 255 | 252 | - |
| CMYK | 0.68 | 0 | 0.01 | 0 |
| HSL | 178.97º | 1% | 0.66% | - |
| HSV(B) | 178.97º | 0.68% | 1% | - |
| XYZ | 56.72 | 80.3 | 104.6 | - |
| YUV | 202.63 | 155.85 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 255 | 252 | 0.68 | 0 | 0.01 | 0 | 178.97 | 1 | 0.66 |
| Hex | 51 | FF | FC | 44 | 0 | 1 | 0 | B3 | 64 | 42 |
| Octal | 121 | 377 | 374 | 104 | 0 | 1 | 0 | 263 | 144 | 102 |
| Binary | 1010001 | 11111111 | 11111100 | 1000100 | 0 | 1 | 0 | 10110011 | 1100100 | 1000010 |
Color Harmonies of #51FFFC
Complementary color
Monochromatic Colors of #51FFFC
Black with #51FFFC
Text Example
Text Example
White with #51FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FFFC; }
p { color: rgb(81,255,252); }
H1.HeaderClassName
{
color: #51FFFC;
}
.AnyTagClassName
{
color: #51FFFC;
}
</style>
background-color css
<style>
a { background-color: #51FFFC; }
a { background-color: rgb(81,255,252); }
div.DivClassName
{
background-color: #51FFFC;
}
.BgClassName
{
background-color: #51FFFC;
}
</style>
border-color css
<style>
span { border-color: #51FFFC; }
span { border-color: rgb(81,255,252); }
td.TdClassName
{
border-color: #51FFFC;
}
.TagClassName
{
border-color: #51FFFC;
}
</style>