Shades of Baby Blue #52F2FF
Tints of Baby Blue #52F2FF
RGB
CMYK
RGB Variations
Color information
#52F2FF (or 0x52F2FF) is known color: Baby Blue. HEX triplet: 52, F2 and FF. RGB value is (82,242,255). Sum of RGB (Red+Green+Blue) = 82+242+255=579 (76% of max value = 765). Red value is 82 (32.42% from 255 or 14.16% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #52F2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F2FF is #AD0D00. Grayscale: #C3C3C3. Windows color (decimal): -11341057 or 16773714. OLE color: 16773714.
HSL color Cylindrical-coordinate representation of color #52F2FF: hue angle of 184.51º 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 #52F2FF is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 242 | 255 | - |
| CMYK | 0.68 | 0.05 | 0 | 0 |
| HSL | 184.51º | 1% | 0.66% | - |
| HSV(B) | 184.51º | 0.68% | 1% | - |
| XYZ | 53.28 | 72.52 | 105.8 | - |
| YUV | 195.64 | 161.49 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 255 | 0.68 | 0.05 | 0 | 0 | 184.51 | 1 | 0.66 |
| Hex | 52 | F2 | FF | 44 | 5 | 0 | 0 | B9 | 64 | 42 |
| Octal | 122 | 362 | 377 | 104 | 5 | 0 | 0 | 271 | 144 | 102 |
| Binary | 1010010 | 11110010 | 11111111 | 1000100 | 101 | 0 | 0 | 10111001 | 1100100 | 1000010 |
Color Harmonies of #52F2FF
Complementary color
Monochromatic Colors of #52F2FF
Black with #52F2FF
Text Example
Text Example
White with #52F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2FF; }
p { color: rgb(82,242,255); }
H1.HeaderClassName
{
color: #52F2FF;
}
.AnyTagClassName
{
color: #52F2FF;
}
</style>
background-color css
<style>
a { background-color: #52F2FF; }
a { background-color: rgb(82,242,255); }
div.DivClassName
{
background-color: #52F2FF;
}
.BgClassName
{
background-color: #52F2FF;
}
</style>
border-color css
<style>
span { border-color: #52F2FF; }
span { border-color: rgb(82,242,255); }
td.TdClassName
{
border-color: #52F2FF;
}
.TagClassName
{
border-color: #52F2FF;
}
</style>