Shades of Maya Blue #82BBED
Tints of Maya Blue #82BBED
RGB
CMYK
RGB Variations
Color information
#82BBED (or 0x82BBED) is known color: Maya Blue. HEX triplet: 82, BB and ED. RGB value is (130,187,237). Sum of RGB (Red+Green+Blue) = 130+187+237=554 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.47% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #82BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BBED is #7D4412. Grayscale: #AFAFAF. Windows color (decimal): -8209427 or 15580034. OLE color: 15580034.
HSL color Cylindrical-coordinate representation of color #82BBED: hue angle of 208.04º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82BBED is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 187 | 237 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.07 |
| HSL | 208.04º | 0.75% | 0.72% | - |
| HSV(B) | 208.04º | 0.45% | 0.93% | - |
| XYZ | 42.26 | 46.4 | 86.85 | - |
| YUV | 175.66 | 162.62 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 187 | 237 | 0.45 | 0.21 | 0 | 0.07 | 208.04 | 0.75 | 0.72 |
| Hex | 82 | BB | ED | 2D | 15 | 0 | 7 | D0 | 4B | 48 |
| Octal | 202 | 273 | 355 | 55 | 25 | 0 | 7 | 320 | 113 | 110 |
| Binary | 10000010 | 10111011 | 11101101 | 101101 | 10101 | 0 | 111 | 11010000 | 1001011 | 1001000 |
Color Harmonies of #82BBED
Complementary color
Monochromatic Colors of #82BBED
Black with #82BBED
Text Example
Text Example
White with #82BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BBED; }
p { color: rgb(130,187,237); }
H1.HeaderClassName
{
color: #82BBED;
}
.AnyTagClassName
{
color: #82BBED;
}
</style>
background-color css
<style>
a { background-color: #82BBED; }
a { background-color: rgb(130,187,237); }
div.DivClassName
{
background-color: #82BBED;
}
.BgClassName
{
background-color: #82BBED;
}
</style>
border-color css
<style>
span { border-color: #82BBED; }
span { border-color: rgb(130,187,237); }
td.TdClassName
{
border-color: #82BBED;
}
.TagClassName
{
border-color: #82BBED;
}
</style>