Shades of Maya Blue #82BAFE
Tints of Maya Blue #82BAFE
RGB
CMYK
RGB Variations
Color information
#82BAFE (or 0x82BAFE) is known color: Maya Blue. HEX triplet: 82, BA and FE. RGB value is (130,186,254). Sum of RGB (Red+Green+Blue) = 130+186+254=570 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.81% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #82BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BAFE is #7D4501. Grayscale: #B0B0B0. Windows color (decimal): -8209666 or 16693890. OLE color: 16693890.
HSL color Cylindrical-coordinate representation of color #82BAFE: hue angle of 212.9º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82BAFE is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 186 | 254 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.00 |
| HSL | 212.9º | 0.98% | 0.75% | - |
| HSV(B) | 212.9º | 0.49% | 1% | - |
| XYZ | 44.65 | 47.02 | 100.49 | - |
| YUV | 177.01 | 171.45 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 254 | 0.49 | 0.27 | 0 | 0.00 | 212.9 | 0.98 | 0.75 |
| Hex | 82 | BA | FE | 31 | 1B | 0 | 0 | D5 | 62 | 4B |
| Octal | 202 | 272 | 376 | 61 | 33 | 0 | 0 | 325 | 142 | 113 |
| Binary | 10000010 | 10111010 | 11111110 | 110001 | 11011 | 0 | 0 | 11010101 | 1100010 | 1001011 |
Color Harmonies of #82BAFE
Complementary color
Monochromatic Colors of #82BAFE
Black with #82BAFE
Text Example
Text Example
White with #82BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BAFE; }
p { color: rgb(130,186,254); }
H1.HeaderClassName
{
color: #82BAFE;
}
.AnyTagClassName
{
color: #82BAFE;
}
</style>
background-color css
<style>
a { background-color: #82BAFE; }
a { background-color: rgb(130,186,254); }
div.DivClassName
{
background-color: #82BAFE;
}
.BgClassName
{
background-color: #82BAFE;
}
</style>
border-color css
<style>
span { border-color: #82BAFE; }
span { border-color: rgb(130,186,254); }
td.TdClassName
{
border-color: #82BAFE;
}
.TagClassName
{
border-color: #82BAFE;
}
</style>