Shades of Baby Blue #52F2F2
Tints of Baby Blue #52F2F2
RGB
CMYK
RGB Variations
Color information
#52F2F2 (or 0x52F2F2) is known color: Baby Blue. HEX triplet: 52, F2 and F2. RGB value is (82,242,242). Sum of RGB (Red+Green+Blue) = 82+242+242=566 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.49% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: green, blue. Hex color #52F2F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F2F2 is #AD0D0D. Grayscale: #C2C2C2. Windows color (decimal): -11341070 or 15921746. OLE color: 15921746.
HSL color Cylindrical-coordinate representation of color #52F2F2: hue angle of 180º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F2F2 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 242 | - |
| CMYK | 0.66 | 0 | 0 | 0.05 |
| HSL | 180º | 0.86% | 0.64% | - |
| HSV(B) | 180º | 0.66% | 0.95% | - |
| XYZ | 51.26 | 71.71 | 95.14 | - |
| YUV | 194.16 | 154.99 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 242 | 0.66 | 0 | 0 | 0.05 | 180 | 0.86 | 0.64 |
| Hex | 52 | F2 | F2 | 42 | 0 | 0 | 5 | B4 | 56 | 40 |
| Octal | 122 | 362 | 362 | 102 | 0 | 0 | 5 | 264 | 126 | 100 |
| Binary | 1010010 | 11110010 | 11110010 | 1000010 | 0 | 0 | 101 | 10110100 | 1010110 | 1000000 |
Color Harmonies of #52F2F2
Complementary color
Monochromatic Colors of #52F2F2
Black with #52F2F2
Text Example
Text Example
White with #52F2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2F2; }
p { color: rgb(82,242,242); }
H1.HeaderClassName
{
color: #52F2F2;
}
.AnyTagClassName
{
color: #52F2F2;
}
</style>
background-color css
<style>
a { background-color: #52F2F2; }
a { background-color: rgb(82,242,242); }
div.DivClassName
{
background-color: #52F2F2;
}
.BgClassName
{
background-color: #52F2F2;
}
</style>
border-color css
<style>
span { border-color: #52F2F2; }
span { border-color: rgb(82,242,242); }
td.TdClassName
{
border-color: #52F2F2;
}
.TagClassName
{
border-color: #52F2F2;
}
</style>