Shades of Baby Blue #52EFF3
Tints of Baby Blue #52EFF3
RGB
CMYK
RGB Variations
Color information
#52EFF3 (or 0x52EFF3) is known color: Baby Blue. HEX triplet: 52, EF and F3. RGB value is (82,239,243). Sum of RGB (Red+Green+Blue) = 82+239+243=564 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.54% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #52EFF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EFF3 is #AD100C. Grayscale: #C0C0C0. Windows color (decimal): -11341837 or 15986514. OLE color: 15986514.
HSL color Cylindrical-coordinate representation of color #52EFF3: hue angle of 181.49º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EFF3 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 239 | 243 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.05 |
| HSL | 181.49º | 0.87% | 0.64% | - |
| HSV(B) | 181.49º | 0.66% | 0.95% | - |
| XYZ | 50.52 | 70 | 95.64 | - |
| YUV | 192.51 | 156.49 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 243 | 0.66 | 0.02 | 0 | 0.05 | 181.49 | 0.87 | 0.64 |
| Hex | 52 | EF | F3 | 42 | 2 | 0 | 5 | B5 | 57 | 40 |
| Octal | 122 | 357 | 363 | 102 | 2 | 0 | 5 | 265 | 127 | 100 |
| Binary | 1010010 | 11101111 | 11110011 | 1000010 | 10 | 0 | 101 | 10110101 | 1010111 | 1000000 |
Color Harmonies of #52EFF3
Complementary color
Monochromatic Colors of #52EFF3
Black with #52EFF3
Text Example
Text Example
White with #52EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EFF3; }
p { color: rgb(82,239,243); }
H1.HeaderClassName
{
color: #52EFF3;
}
.AnyTagClassName
{
color: #52EFF3;
}
</style>
background-color css
<style>
a { background-color: #52EFF3; }
a { background-color: rgb(82,239,243); }
div.DivClassName
{
background-color: #52EFF3;
}
.BgClassName
{
background-color: #52EFF3;
}
</style>
border-color css
<style>
span { border-color: #52EFF3; }
span { border-color: rgb(82,239,243); }
td.TdClassName
{
border-color: #52EFF3;
}
.TagClassName
{
border-color: #52EFF3;
}
</style>