Shades of Maya Blue #82BFFA
Tints of Maya Blue #82BFFA
RGB
CMYK
RGB Variations
Color information
#82BFFA (or 0x82BFFA) is known color: Maya Blue. HEX triplet: 82, BF and FA. RGB value is (130,191,250). Sum of RGB (Red+Green+Blue) = 130+191+250=571 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.77% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #82BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BFFA is #7D4005. Grayscale: #B3B3B3. Windows color (decimal): -8208390 or 16433026. OLE color: 16433026.
HSL color Cylindrical-coordinate representation of color #82BFFA: hue angle of 209.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82BFFA is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 191 | 250 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.02 |
| HSL | 209.5º | 0.92% | 0.75% | - |
| HSV(B) | 209.5º | 0.48% | 0.98% | - |
| XYZ | 45.09 | 48.91 | 97.51 | - |
| YUV | 179.49 | 167.79 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 191 | 250 | 0.48 | 0.24 | 0 | 0.02 | 209.5 | 0.92 | 0.75 |
| Hex | 82 | BF | FA | 30 | 18 | 0 | 2 | D2 | 5C | 4B |
| Octal | 202 | 277 | 372 | 60 | 30 | 0 | 2 | 322 | 134 | 113 |
| Binary | 10000010 | 10111111 | 11111010 | 110000 | 11000 | 0 | 10 | 11010010 | 1011100 | 1001011 |
Color Harmonies of #82BFFA
Complementary color
Monochromatic Colors of #82BFFA
Black with #82BFFA
Text Example
Text Example
White with #82BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BFFA; }
p { color: rgb(130,191,250); }
H1.HeaderClassName
{
color: #82BFFA;
}
.AnyTagClassName
{
color: #82BFFA;
}
</style>
background-color css
<style>
a { background-color: #82BFFA; }
a { background-color: rgb(130,191,250); }
div.DivClassName
{
background-color: #82BFFA;
}
.BgClassName
{
background-color: #82BFFA;
}
</style>
border-color css
<style>
span { border-color: #82BFFA; }
span { border-color: rgb(130,191,250); }
td.TdClassName
{
border-color: #82BFFA;
}
.TagClassName
{
border-color: #82BFFA;
}
</style>