Shades of Baby Blue #52F8FF
Tints of Baby Blue #52F8FF
RGB
CMYK
RGB Variations
Color information
#52F8FF (or 0x52F8FF) is known color: Baby Blue. HEX triplet: 52, F8 and FF. RGB value is (82,248,255). Sum of RGB (Red+Green+Blue) = 82+248+255=585 (77% of max value = 765). Red value is 82 (32.42% from 255 or 14.02% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #52F8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F8FF is #AD0700. Grayscale: #C6C6C6. Windows color (decimal): -11339521 or 16775250. OLE color: 16775250.
HSL color Cylindrical-coordinate representation of color #52F8FF: hue angle of 182.43º 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 #52F8FF is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 248 | 255 | - |
| CMYK | 0.68 | 0.03 | 0 | 0 |
| HSL | 182.43º | 1% | 0.66% | - |
| HSV(B) | 182.43º | 0.68% | 1% | - |
| XYZ | 55.1 | 76.15 | 106.4 | - |
| YUV | 199.16 | 159.5 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 248 | 255 | 0.68 | 0.03 | 0 | 0 | 182.43 | 1 | 0.66 |
| Hex | 52 | F8 | FF | 44 | 3 | 0 | 0 | B6 | 64 | 42 |
| Octal | 122 | 370 | 377 | 104 | 3 | 0 | 0 | 266 | 144 | 102 |
| Binary | 1010010 | 11111000 | 11111111 | 1000100 | 11 | 0 | 0 | 10110110 | 1100100 | 1000010 |
Color Harmonies of #52F8FF
Complementary color
Monochromatic Colors of #52F8FF
Black with #52F8FF
Text Example
Text Example
White with #52F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F8FF; }
p { color: rgb(82,248,255); }
H1.HeaderClassName
{
color: #52F8FF;
}
.AnyTagClassName
{
color: #52F8FF;
}
</style>
background-color css
<style>
a { background-color: #52F8FF; }
a { background-color: rgb(82,248,255); }
div.DivClassName
{
background-color: #52F8FF;
}
.BgClassName
{
background-color: #52F8FF;
}
</style>
border-color css
<style>
span { border-color: #52F8FF; }
span { border-color: rgb(82,248,255); }
td.TdClassName
{
border-color: #52F8FF;
}
.TagClassName
{
border-color: #52F8FF;
}
</style>