Shades of Baby Blue #52FEF9
Tints of Baby Blue #52FEF9
RGB
CMYK
RGB Variations
Color information
#52FEF9 (or 0x52FEF9) is known color: Baby Blue. HEX triplet: 52, FE and F9. RGB value is (82,254,249). Sum of RGB (Red+Green+Blue) = 82+254+249=585 (77% of max value = 765). Red value is 82 (32.42% from 255 or 14.02% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #52FEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FEF9 is #AD0106. Grayscale: #C9C9C9. Windows color (decimal): -11337991 or 16383570. OLE color: 16383570.
HSL color Cylindrical-coordinate representation of color #52FEF9: hue angle of 178.26º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FEF9 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 254 | 249 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.00 |
| HSL | 178.26º | 0.99% | 0.66% | - |
| HSV(B) | 178.26º | 0.68% | 1% | - |
| XYZ | 56.02 | 79.52 | 102.02 | - |
| YUV | 202 | 154.52 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 254 | 249 | 0.68 | 0 | 0.02 | 0.00 | 178.26 | 0.99 | 0.66 |
| Hex | 52 | FE | F9 | 44 | 0 | 2 | 0 | B2 | 63 | 42 |
| Octal | 122 | 376 | 371 | 104 | 0 | 2 | 0 | 262 | 143 | 102 |
| Binary | 1010010 | 11111110 | 11111001 | 1000100 | 0 | 10 | 0 | 10110010 | 1100011 | 1000010 |
Color Harmonies of #52FEF9
Complementary color
Monochromatic Colors of #52FEF9
Black with #52FEF9
Text Example
Text Example
White with #52FEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FEF9; }
p { color: rgb(82,254,249); }
H1.HeaderClassName
{
color: #52FEF9;
}
.AnyTagClassName
{
color: #52FEF9;
}
</style>
background-color css
<style>
a { background-color: #52FEF9; }
a { background-color: rgb(82,254,249); }
div.DivClassName
{
background-color: #52FEF9;
}
.BgClassName
{
background-color: #52FEF9;
}
</style>
border-color css
<style>
span { border-color: #52FEF9; }
span { border-color: rgb(82,254,249); }
td.TdClassName
{
border-color: #52FEF9;
}
.TagClassName
{
border-color: #52FEF9;
}
</style>