Shades of Baby Blue #52F4FF
Tints of Baby Blue #52F4FF
RGB
CMYK
RGB Variations
Color information
#52F4FF (or 0x52F4FF) is known color: Baby Blue. HEX triplet: 52, F4 and FF. RGB value is (82,244,255). Sum of RGB (Red+Green+Blue) = 82+244+255=581 (76% of max value = 765). Red value is 82 (32.42% from 255 or 14.11% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #52F4FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F4FF is #AD0B00. Grayscale: #C4C4C4. Windows color (decimal): -11340545 or 16774226. OLE color: 16774226.
HSL color Cylindrical-coordinate representation of color #52F4FF: hue angle of 183.82º 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 #52F4FF is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 244 | 255 | - |
| CMYK | 0.68 | 0.04 | 0 | 0 |
| HSL | 183.82º | 1% | 0.66% | - |
| HSV(B) | 183.82º | 0.68% | 1% | - |
| XYZ | 53.88 | 73.72 | 106 | - |
| YUV | 196.82 | 160.83 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 244 | 255 | 0.68 | 0.04 | 0 | 0 | 183.82 | 1 | 0.66 |
| Hex | 52 | F4 | FF | 44 | 4 | 0 | 0 | B8 | 64 | 42 |
| Octal | 122 | 364 | 377 | 104 | 4 | 0 | 0 | 270 | 144 | 102 |
| Binary | 1010010 | 11110100 | 11111111 | 1000100 | 100 | 0 | 0 | 10111000 | 1100100 | 1000010 |
Color Harmonies of #52F4FF
Complementary color
Monochromatic Colors of #52F4FF
Black with #52F4FF
Text Example
Text Example
White with #52F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F4FF; }
p { color: rgb(82,244,255); }
H1.HeaderClassName
{
color: #52F4FF;
}
.AnyTagClassName
{
color: #52F4FF;
}
</style>
background-color css
<style>
a { background-color: #52F4FF; }
a { background-color: rgb(82,244,255); }
div.DivClassName
{
background-color: #52F4FF;
}
.BgClassName
{
background-color: #52F4FF;
}
</style>
border-color css
<style>
span { border-color: #52F4FF; }
span { border-color: rgb(82,244,255); }
td.TdClassName
{
border-color: #52F4FF;
}
.TagClassName
{
border-color: #52F4FF;
}
</style>