Shades of Baby Blue #52FFFC
Tints of Baby Blue #52FFFC
RGB
CMYK
RGB Variations
Color information
#52FFFC (or 0x52FFFC) is known color: Baby Blue. HEX triplet: 52, FF and FC. RGB value is (82,255,252). Sum of RGB (Red+Green+Blue) = 82+255+252=589 (78% of max value = 765). Red value is 82 (32.42% from 255 or 13.92% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FFFC is #AD0003. Grayscale: #CACACA. Windows color (decimal): -11337732 or 16580434. OLE color: 16580434.
HSL color Cylindrical-coordinate representation of color #52FFFC: hue angle of 178.96º 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 #52FFFC is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 252 | - |
| CMYK | 0.68 | 0 | 0.01 | 0 |
| HSL | 178.96º | 1% | 0.66% | - |
| HSV(B) | 178.96º | 0.68% | 1% | - |
| XYZ | 56.81 | 80.34 | 104.61 | - |
| YUV | 202.93 | 155.69 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 252 | 0.68 | 0 | 0.01 | 0 | 178.96 | 1 | 0.66 |
| Hex | 52 | FF | FC | 44 | 0 | 1 | 0 | B3 | 64 | 42 |
| Octal | 122 | 377 | 374 | 104 | 0 | 1 | 0 | 263 | 144 | 102 |
| Binary | 1010010 | 11111111 | 11111100 | 1000100 | 0 | 1 | 0 | 10110011 | 1100100 | 1000010 |
Color Harmonies of #52FFFC
Complementary color
Monochromatic Colors of #52FFFC
Black with #52FFFC
Text Example
Text Example
White with #52FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FFFC; }
p { color: rgb(82,255,252); }
H1.HeaderClassName
{
color: #52FFFC;
}
.AnyTagClassName
{
color: #52FFFC;
}
</style>
background-color css
<style>
a { background-color: #52FFFC; }
a { background-color: rgb(82,255,252); }
div.DivClassName
{
background-color: #52FFFC;
}
.BgClassName
{
background-color: #52FFFC;
}
</style>
border-color css
<style>
span { border-color: #52FFFC; }
span { border-color: rgb(82,255,252); }
td.TdClassName
{
border-color: #52FFFC;
}
.TagClassName
{
border-color: #52FFFC;
}
</style>