Shades of Maya Blue #82AEFF
Tints of Maya Blue #82AEFF
RGB
CMYK
RGB Variations
Color information
#82AEFF (or 0x82AEFF) is known color: Maya Blue. HEX triplet: 82, AE and FF. RGB value is (130,174,255). Sum of RGB (Red+Green+Blue) = 130+174+255=559 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.26% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #82AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82AEFF is #7D5100. Grayscale: #A9A9A9. Windows color (decimal): -8212737 or 16756354. OLE color: 16756354.
HSL color Cylindrical-coordinate representation of color #82AEFF: hue angle of 218.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82AEFF is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 174 | 255 | - |
| CMYK | 0.49 | 0.32 | 0 | 0 |
| HSL | 218.88º | 1% | 0.75% | - |
| HSV(B) | 218.88º | 0.49% | 1% | - |
| XYZ | 42.39 | 42.24 | 100.53 | - |
| YUV | 170.08 | 175.92 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 174 | 255 | 0.49 | 0.32 | 0 | 0 | 218.88 | 1 | 0.75 |
| Hex | 82 | AE | FF | 31 | 20 | 0 | 0 | DB | 64 | 4B |
| Octal | 202 | 256 | 377 | 61 | 40 | 0 | 0 | 333 | 144 | 113 |
| Binary | 10000010 | 10101110 | 11111111 | 110001 | 100000 | 0 | 0 | 11011011 | 1100100 | 1001011 |
Color Harmonies of #82AEFF
Complementary color
Monochromatic Colors of #82AEFF
Black with #82AEFF
Text Example
Text Example
White with #82AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AEFF; }
p { color: rgb(130,174,255); }
H1.HeaderClassName
{
color: #82AEFF;
}
.AnyTagClassName
{
color: #82AEFF;
}
</style>
background-color css
<style>
a { background-color: #82AEFF; }
a { background-color: rgb(130,174,255); }
div.DivClassName
{
background-color: #82AEFF;
}
.BgClassName
{
background-color: #82AEFF;
}
</style>
border-color css
<style>
span { border-color: #82AEFF; }
span { border-color: rgb(130,174,255); }
td.TdClassName
{
border-color: #82AEFF;
}
.TagClassName
{
border-color: #82AEFF;
}
</style>