Shades of Baby Blue #52F0FD
Tints of Baby Blue #52F0FD
RGB
CMYK
RGB Variations
Color information
#52F0FD (or 0x52F0FD) is known color: Baby Blue. HEX triplet: 52, F0 and FD. RGB value is (82,240,253). Sum of RGB (Red+Green+Blue) = 82+240+253=575 (76% of max value = 765). Red value is 82 (32.42% from 255 or 14.26% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #52F0FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F0FD is #AD0F02. Grayscale: #C2C2C2. Windows color (decimal): -11341571 or 16642130. OLE color: 16642130.
HSL color Cylindrical-coordinate representation of color #52F0FD: hue angle of 184.56º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52F0FD is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 240 | 253 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.01 |
| HSL | 184.56º | 0.98% | 0.66% | - |
| HSV(B) | 184.56º | 0.68% | 0.99% | - |
| XYZ | 52.37 | 71.21 | 103.91 | - |
| YUV | 194.24 | 161.15 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 240 | 253 | 0.68 | 0.05 | 0 | 0.01 | 184.56 | 0.98 | 0.66 |
| Hex | 52 | F0 | FD | 44 | 5 | 0 | 1 | B9 | 62 | 42 |
| Octal | 122 | 360 | 375 | 104 | 5 | 0 | 1 | 271 | 142 | 102 |
| Binary | 1010010 | 11110000 | 11111101 | 1000100 | 101 | 0 | 1 | 10111001 | 1100010 | 1000010 |
Color Harmonies of #52F0FD
Complementary color
Monochromatic Colors of #52F0FD
Black with #52F0FD
Text Example
Text Example
White with #52F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F0FD; }
p { color: rgb(82,240,253); }
H1.HeaderClassName
{
color: #52F0FD;
}
.AnyTagClassName
{
color: #52F0FD;
}
</style>
background-color css
<style>
a { background-color: #52F0FD; }
a { background-color: rgb(82,240,253); }
div.DivClassName
{
background-color: #52F0FD;
}
.BgClassName
{
background-color: #52F0FD;
}
</style>
border-color css
<style>
span { border-color: #52F0FD; }
span { border-color: rgb(82,240,253); }
td.TdClassName
{
border-color: #52F0FD;
}
.TagClassName
{
border-color: #52F0FD;
}
</style>