Shades of Baby Blue #52FEF7
Tints of Baby Blue #52FEF7
RGB
CMYK
RGB Variations
Color information
#52FEF7 (or 0x52FEF7) is known color: Baby Blue. HEX triplet: 52, FE and F7. RGB value is (82,254,247). Sum of RGB (Red+Green+Blue) = 82+254+247=583 (77% of max value = 765). Red value is 82 (32.42% from 255 or 14.07% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #52FEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52FEF7 is #AD0108. Grayscale: #C9C9C9. Windows color (decimal): -11337993 or 16252498. OLE color: 16252498.
HSL color Cylindrical-coordinate representation of color #52FEF7: hue angle of 177.56º 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 #52FEF7 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 254 | 247 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.00 |
| HSL | 177.56º | 0.99% | 0.66% | - |
| HSV(B) | 177.56º | 0.68% | 1% | - |
| XYZ | 55.71 | 79.39 | 100.38 | - |
| YUV | 201.77 | 153.52 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 254 | 247 | 0.68 | 0 | 0.03 | 0.00 | 177.56 | 0.99 | 0.66 |
| Hex | 52 | FE | F7 | 44 | 0 | 3 | 0 | B2 | 63 | 42 |
| Octal | 122 | 376 | 367 | 104 | 0 | 3 | 0 | 262 | 143 | 102 |
| Binary | 1010010 | 11111110 | 11110111 | 1000100 | 0 | 11 | 0 | 10110010 | 1100011 | 1000010 |
Color Harmonies of #52FEF7
Complementary color
Monochromatic Colors of #52FEF7
Black with #52FEF7
Text Example
Text Example
White with #52FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FEF7; }
p { color: rgb(82,254,247); }
H1.HeaderClassName
{
color: #52FEF7;
}
.AnyTagClassName
{
color: #52FEF7;
}
</style>
background-color css
<style>
a { background-color: #52FEF7; }
a { background-color: rgb(82,254,247); }
div.DivClassName
{
background-color: #52FEF7;
}
.BgClassName
{
background-color: #52FEF7;
}
</style>
border-color css
<style>
span { border-color: #52FEF7; }
span { border-color: rgb(82,254,247); }
td.TdClassName
{
border-color: #52FEF7;
}
.TagClassName
{
border-color: #52FEF7;
}
</style>