Shades of Maya Blue #82B9EF
Tints of Maya Blue #82B9EF
RGB
CMYK
RGB Variations
Color information
#82B9EF (or 0x82B9EF) is known color: Maya Blue. HEX triplet: 82, B9 and EF. RGB value is (130,185,239). Sum of RGB (Red+Green+Blue) = 130+185+239=554 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.47% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #82B9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82B9EF is #7D4610. Grayscale: #AEAEAE. Windows color (decimal): -8209937 or 15710594. OLE color: 15710594.
HSL color Cylindrical-coordinate representation of color #82B9EF: hue angle of 209.72º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82B9EF is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 185 | 239 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.06 |
| HSL | 209.72º | 0.77% | 0.72% | - |
| HSV(B) | 209.72º | 0.46% | 0.94% | - |
| XYZ | 42.13 | 45.68 | 88.26 | - |
| YUV | 174.71 | 164.28 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 185 | 239 | 0.46 | 0.23 | 0 | 0.06 | 209.72 | 0.77 | 0.72 |
| Hex | 82 | B9 | EF | 2E | 17 | 0 | 6 | D2 | 4D | 48 |
| Octal | 202 | 271 | 357 | 56 | 27 | 0 | 6 | 322 | 115 | 110 |
| Binary | 10000010 | 10111001 | 11101111 | 101110 | 10111 | 0 | 110 | 11010010 | 1001101 | 1001000 |
Color Harmonies of #82B9EF
Complementary color
Monochromatic Colors of #82B9EF
Black with #82B9EF
Text Example
Text Example
White with #82B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B9EF; }
p { color: rgb(130,185,239); }
H1.HeaderClassName
{
color: #82B9EF;
}
.AnyTagClassName
{
color: #82B9EF;
}
</style>
background-color css
<style>
a { background-color: #82B9EF; }
a { background-color: rgb(130,185,239); }
div.DivClassName
{
background-color: #82B9EF;
}
.BgClassName
{
background-color: #82B9EF;
}
</style>
border-color css
<style>
span { border-color: #82B9EF; }
span { border-color: rgb(130,185,239); }
td.TdClassName
{
border-color: #82B9EF;
}
.TagClassName
{
border-color: #82B9EF;
}
</style>