Shades of Baby Blue #52FEFC
Tints of Baby Blue #52FEFC
RGB
CMYK
RGB Variations
Color information
#52FEFC (or 0x52FEFC) is known color: Baby Blue. HEX triplet: 52, FE and FC. RGB value is (82,254,252). Sum of RGB (Red+Green+Blue) = 82+254+252=588 (77% of max value = 765). Red value is 82 (32.42% from 255 or 13.95% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #52FEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FEFC is #AD0103. Grayscale: #CACACA. Windows color (decimal): -11337988 or 16580178. OLE color: 16580178.
HSL color Cylindrical-coordinate representation of color #52FEFC: hue angle of 179.3º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FEFC is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 254 | 252 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.00 |
| HSL | 179.3º | 0.99% | 0.66% | - |
| HSV(B) | 179.3º | 0.68% | 1% | - |
| XYZ | 56.49 | 79.71 | 104.5 | - |
| YUV | 202.34 | 156.02 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 254 | 252 | 0.68 | 0 | 0.01 | 0.00 | 179.3 | 0.99 | 0.66 |
| Hex | 52 | FE | FC | 44 | 0 | 1 | 0 | B3 | 63 | 42 |
| Octal | 122 | 376 | 374 | 104 | 0 | 1 | 0 | 263 | 143 | 102 |
| Binary | 1010010 | 11111110 | 11111100 | 1000100 | 0 | 1 | 0 | 10110011 | 1100011 | 1000010 |
Color Harmonies of #52FEFC
Complementary color
Monochromatic Colors of #52FEFC
Black with #52FEFC
Text Example
Text Example
White with #52FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FEFC; }
p { color: rgb(82,254,252); }
H1.HeaderClassName
{
color: #52FEFC;
}
.AnyTagClassName
{
color: #52FEFC;
}
</style>
background-color css
<style>
a { background-color: #52FEFC; }
a { background-color: rgb(82,254,252); }
div.DivClassName
{
background-color: #52FEFC;
}
.BgClassName
{
background-color: #52FEFC;
}
</style>
border-color css
<style>
span { border-color: #52FEFC; }
span { border-color: rgb(82,254,252); }
td.TdClassName
{
border-color: #52FEFC;
}
.TagClassName
{
border-color: #52FEFC;
}
</style>