Shades of Baby Blue #52FCFC
Tints of Baby Blue #52FCFC
RGB
CMYK
RGB Variations
Color information
#52FCFC (or 0x52FCFC) is known color: Baby Blue. HEX triplet: 52, FC and FC. RGB value is (82,252,252). Sum of RGB (Red+Green+Blue) = 82+252+252=586 (77% of max value = 765). Red value is 82 (32.42% from 255 or 13.99% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #52FCFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FCFC is #AD0303. Grayscale: #C8C8C8. Windows color (decimal): -11338500 or 16579666. OLE color: 16579666.
HSL color Cylindrical-coordinate representation of color #52FCFC: hue angle of 180º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FCFC is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 252 | 252 | - |
| CMYK | 0.67 | 0 | 0 | 0.01 |
| HSL | 180º | 0.97% | 0.65% | - |
| HSV(B) | 180º | 0.67% | 0.99% | - |
| XYZ | 55.86 | 78.44 | 104.29 | - |
| YUV | 201.17 | 156.68 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 252 | 252 | 0.67 | 0 | 0 | 0.01 | 180 | 0.97 | 0.65 |
| Hex | 52 | FC | FC | 43 | 0 | 0 | 1 | B4 | 61 | 41 |
| Octal | 122 | 374 | 374 | 103 | 0 | 0 | 1 | 264 | 141 | 101 |
| Binary | 1010010 | 11111100 | 11111100 | 1000011 | 0 | 0 | 1 | 10110100 | 1100001 | 1000001 |
Color Harmonies of #52FCFC
Complementary color
Monochromatic Colors of #52FCFC
Black with #52FCFC
Text Example
Text Example
White with #52FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FCFC; }
p { color: rgb(82,252,252); }
H1.HeaderClassName
{
color: #52FCFC;
}
.AnyTagClassName
{
color: #52FCFC;
}
</style>
background-color css
<style>
a { background-color: #52FCFC; }
a { background-color: rgb(82,252,252); }
div.DivClassName
{
background-color: #52FCFC;
}
.BgClassName
{
background-color: #52FCFC;
}
</style>
border-color css
<style>
span { border-color: #52FCFC; }
span { border-color: rgb(82,252,252); }
td.TdClassName
{
border-color: #52FCFC;
}
.TagClassName
{
border-color: #52FCFC;
}
</style>