Shades of Baby Blue #52F3FF
Tints of Baby Blue #52F3FF
RGB
CMYK
RGB Variations
Color information
#52F3FF (or 0x52F3FF) is known color: Baby Blue. HEX triplet: 52, F3 and FF. RGB value is (82,243,255). Sum of RGB (Red+Green+Blue) = 82+243+255=580 (76% of max value = 765). Red value is 82 (32.42% from 255 or 14.14% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #52F3FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F3FF is #AD0C00. Grayscale: #C4C4C4. Windows color (decimal): -11340801 or 16773970. OLE color: 16773970.
HSL color Cylindrical-coordinate representation of color #52F3FF: hue angle of 184.16º 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 #52F3FF is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 243 | 255 | - |
| CMYK | 0.68 | 0.05 | 0 | 0 |
| HSL | 184.16º | 1% | 0.66% | - |
| HSV(B) | 184.16º | 0.68% | 1% | - |
| XYZ | 53.58 | 73.12 | 105.9 | - |
| YUV | 196.23 | 161.16 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 243 | 255 | 0.68 | 0.05 | 0 | 0 | 184.16 | 1 | 0.66 |
| Hex | 52 | F3 | FF | 44 | 5 | 0 | 0 | B8 | 64 | 42 |
| Octal | 122 | 363 | 377 | 104 | 5 | 0 | 0 | 270 | 144 | 102 |
| Binary | 1010010 | 11110011 | 11111111 | 1000100 | 101 | 0 | 0 | 10111000 | 1100100 | 1000010 |
Color Harmonies of #52F3FF
Complementary color
Monochromatic Colors of #52F3FF
Black with #52F3FF
Text Example
Text Example
White with #52F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F3FF; }
p { color: rgb(82,243,255); }
H1.HeaderClassName
{
color: #52F3FF;
}
.AnyTagClassName
{
color: #52F3FF;
}
</style>
background-color css
<style>
a { background-color: #52F3FF; }
a { background-color: rgb(82,243,255); }
div.DivClassName
{
background-color: #52F3FF;
}
.BgClassName
{
background-color: #52F3FF;
}
</style>
border-color css
<style>
span { border-color: #52F3FF; }
span { border-color: rgb(82,243,255); }
td.TdClassName
{
border-color: #52F3FF;
}
.TagClassName
{
border-color: #52F3FF;
}
</style>