Shades of Baby Blue #52FFFD
Tints of Baby Blue #52FFFD
RGB
CMYK
RGB Variations
Color information
#52FFFD (or 0x52FFFD) is known color: Baby Blue. HEX triplet: 52, FF and FD. RGB value is (82,255,253). Sum of RGB (Red+Green+Blue) = 82+255+253=590 (78% of max value = 765). Red value is 82 (32.42% from 255 or 13.90% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FFFD is #AD0002. Grayscale: #CACACA. Windows color (decimal): -11337731 or 16645970. OLE color: 16645970.
HSL color Cylindrical-coordinate representation of color #52FFFD: hue angle of 179.31º 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 #52FFFD is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 253 | - |
| CMYK | 0.68 | 0 | 0.01 | 0 |
| HSL | 179.31º | 1% | 0.66% | - |
| HSV(B) | 179.31º | 0.68% | 1% | - |
| XYZ | 56.97 | 80.41 | 105.45 | - |
| YUV | 203.05 | 156.19 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 253 | 0.68 | 0 | 0.01 | 0 | 179.31 | 1 | 0.66 |
| Hex | 52 | FF | FD | 44 | 0 | 1 | 0 | B3 | 64 | 42 |
| Octal | 122 | 377 | 375 | 104 | 0 | 1 | 0 | 263 | 144 | 102 |
| Binary | 1010010 | 11111111 | 11111101 | 1000100 | 0 | 1 | 0 | 10110011 | 1100100 | 1000010 |
Color Harmonies of #52FFFD
Complementary color
Monochromatic Colors of #52FFFD
Black with #52FFFD
Text Example
Text Example
White with #52FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FFFD; }
p { color: rgb(82,255,253); }
H1.HeaderClassName
{
color: #52FFFD;
}
.AnyTagClassName
{
color: #52FFFD;
}
</style>
background-color css
<style>
a { background-color: #52FFFD; }
a { background-color: rgb(82,255,253); }
div.DivClassName
{
background-color: #52FFFD;
}
.BgClassName
{
background-color: #52FFFD;
}
</style>
border-color css
<style>
span { border-color: #52FFFD; }
span { border-color: rgb(82,255,253); }
td.TdClassName
{
border-color: #52FFFD;
}
.TagClassName
{
border-color: #52FFFD;
}
</style>