Shades of Maya Blue #52BEFE
Tints of Maya Blue #52BEFE
RGB
CMYK
RGB Variations
Color information
#52BEFE (or 0x52BEFE) is known color: Maya Blue. HEX triplet: 52, BE and FE. RGB value is (82,190,254). Sum of RGB (Red+Green+Blue) = 82+190+254=526 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.59% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #52BEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BEFE is #AD4101. Grayscale: #A4A4A4. Windows color (decimal): -11354370 or 16694866. OLE color: 16694866.
HSL color Cylindrical-coordinate representation of color #52BEFE: hue angle of 202.33º 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 #52BEFE is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 190 | 254 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.00 |
| HSL | 202.33º | 0.99% | 0.66% | - |
| HSV(B) | 202.33º | 0.68% | 1% | - |
| XYZ | 39.78 | 45.78 | 100.5 | - |
| YUV | 165 | 178.22 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 254 | 0.68 | 0.25 | 0 | 0.00 | 202.33 | 0.99 | 0.66 |
| Hex | 52 | BE | FE | 44 | 19 | 0 | 0 | CA | 63 | 42 |
| Octal | 122 | 276 | 376 | 104 | 31 | 0 | 0 | 312 | 143 | 102 |
| Binary | 1010010 | 10111110 | 11111110 | 1000100 | 11001 | 0 | 0 | 11001010 | 1100011 | 1000010 |
Color Harmonies of #52BEFE
Complementary color
Monochromatic Colors of #52BEFE
Black with #52BEFE
Text Example
Text Example
White with #52BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BEFE; }
p { color: rgb(82,190,254); }
H1.HeaderClassName
{
color: #52BEFE;
}
.AnyTagClassName
{
color: #52BEFE;
}
</style>
background-color css
<style>
a { background-color: #52BEFE; }
a { background-color: rgb(82,190,254); }
div.DivClassName
{
background-color: #52BEFE;
}
.BgClassName
{
background-color: #52BEFE;
}
</style>
border-color css
<style>
span { border-color: #52BEFE; }
span { border-color: rgb(82,190,254); }
td.TdClassName
{
border-color: #52BEFE;
}
.TagClassName
{
border-color: #52BEFE;
}
</style>