Shades of Maya Blue #82BCFE
Tints of Maya Blue #82BCFE
RGB
CMYK
RGB Variations
Color information
#82BCFE (or 0x82BCFE) is known color: Maya Blue. HEX triplet: 82, BC and FE. RGB value is (130,188,254). Sum of RGB (Red+Green+Blue) = 130+188+254=572 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.73% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #82BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BCFE is #7D4301. Grayscale: #B1B1B1. Windows color (decimal): -8209154 or 16694402. OLE color: 16694402.
HSL color Cylindrical-coordinate representation of color #82BCFE: hue angle of 211.94º 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 #82BCFE is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 188 | 254 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.00 |
| HSL | 211.94º | 0.98% | 0.75% | - |
| HSV(B) | 211.94º | 0.49% | 1% | - |
| XYZ | 45.08 | 47.87 | 100.63 | - |
| YUV | 178.18 | 170.78 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 254 | 0.49 | 0.26 | 0 | 0.00 | 211.94 | 0.98 | 0.75 |
| Hex | 82 | BC | FE | 31 | 1A | 0 | 0 | D4 | 62 | 4B |
| Octal | 202 | 274 | 376 | 61 | 32 | 0 | 0 | 324 | 142 | 113 |
| Binary | 10000010 | 10111100 | 11111110 | 110001 | 11010 | 0 | 0 | 11010100 | 1100010 | 1001011 |
Color Harmonies of #82BCFE
Complementary color
Monochromatic Colors of #82BCFE
Black with #82BCFE
Text Example
Text Example
White with #82BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BCFE; }
p { color: rgb(130,188,254); }
H1.HeaderClassName
{
color: #82BCFE;
}
.AnyTagClassName
{
color: #82BCFE;
}
</style>
background-color css
<style>
a { background-color: #82BCFE; }
a { background-color: rgb(130,188,254); }
div.DivClassName
{
background-color: #82BCFE;
}
.BgClassName
{
background-color: #82BCFE;
}
</style>
border-color css
<style>
span { border-color: #82BCFE; }
span { border-color: rgb(130,188,254); }
td.TdClassName
{
border-color: #82BCFE;
}
.TagClassName
{
border-color: #82BCFE;
}
</style>