Shades of Baby Blue #52F2FE
Tints of Baby Blue #52F2FE
RGB
CMYK
RGB Variations
Color information
#52F2FE (or 0x52F2FE) is known color: Baby Blue. HEX triplet: 52, F2 and FE. RGB value is (82,242,254). Sum of RGB (Red+Green+Blue) = 82+242+254=578 (76% of max value = 765). Red value is 82 (32.42% from 255 or 14.19% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #52F2FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F2FE is #AD0D01. Grayscale: #C3C3C3. Windows color (decimal): -11341058 or 16708178. OLE color: 16708178.
HSL color Cylindrical-coordinate representation of color #52F2FE: hue angle of 184.19º 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 #52F2FE is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 242 | 254 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.00 |
| HSL | 184.19º | 0.99% | 0.66% | - |
| HSV(B) | 184.19º | 0.68% | 1% | - |
| XYZ | 53.12 | 72.45 | 104.95 | - |
| YUV | 195.53 | 160.99 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 254 | 0.68 | 0.05 | 0 | 0.00 | 184.19 | 0.99 | 0.66 |
| Hex | 52 | F2 | FE | 44 | 5 | 0 | 0 | B8 | 63 | 42 |
| Octal | 122 | 362 | 376 | 104 | 5 | 0 | 0 | 270 | 143 | 102 |
| Binary | 1010010 | 11110010 | 11111110 | 1000100 | 101 | 0 | 0 | 10111000 | 1100011 | 1000010 |
Color Harmonies of #52F2FE
Complementary color
Monochromatic Colors of #52F2FE
Black with #52F2FE
Text Example
Text Example
White with #52F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2FE; }
p { color: rgb(82,242,254); }
H1.HeaderClassName
{
color: #52F2FE;
}
.AnyTagClassName
{
color: #52F2FE;
}
</style>
background-color css
<style>
a { background-color: #52F2FE; }
a { background-color: rgb(82,242,254); }
div.DivClassName
{
background-color: #52F2FE;
}
.BgClassName
{
background-color: #52F2FE;
}
</style>
border-color css
<style>
span { border-color: #52F2FE; }
span { border-color: rgb(82,242,254); }
td.TdClassName
{
border-color: #52F2FE;
}
.TagClassName
{
border-color: #52F2FE;
}
</style>