Shades of Maya Blue #82B2FF
Tints of Maya Blue #82B2FF
RGB
CMYK
RGB Variations
Color information
#82B2FF (or 0x82B2FF) is known color: Maya Blue. HEX triplet: 82, B2 and FF. RGB value is (130,178,255). Sum of RGB (Red+Green+Blue) = 130+178+255=563 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.09% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #82B2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82B2FF is #7D4D00. Grayscale: #ACACAC. Windows color (decimal): -8211713 or 16757378. OLE color: 16757378.
HSL color Cylindrical-coordinate representation of color #82B2FF: hue angle of 216.96º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82B2FF is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 178 | 255 | - |
| CMYK | 0.49 | 0.30 | 0 | 0 |
| HSL | 216.96º | 1% | 0.75% | - |
| HSV(B) | 216.96º | 0.49% | 1% | - |
| XYZ | 43.18 | 43.81 | 100.79 | - |
| YUV | 172.43 | 174.6 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 178 | 255 | 0.49 | 0.30 | 0 | 0 | 216.96 | 1 | 0.75 |
| Hex | 82 | B2 | FF | 31 | 1E | 0 | 0 | D9 | 64 | 4B |
| Octal | 202 | 262 | 377 | 61 | 36 | 0 | 0 | 331 | 144 | 113 |
| Binary | 10000010 | 10110010 | 11111111 | 110001 | 11110 | 0 | 0 | 11011001 | 1100100 | 1001011 |
Color Harmonies of #82B2FF
Complementary color
Monochromatic Colors of #82B2FF
Black with #82B2FF
Text Example
Text Example
White with #82B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B2FF; }
p { color: rgb(130,178,255); }
H1.HeaderClassName
{
color: #82B2FF;
}
.AnyTagClassName
{
color: #82B2FF;
}
</style>
background-color css
<style>
a { background-color: #82B2FF; }
a { background-color: rgb(130,178,255); }
div.DivClassName
{
background-color: #82B2FF;
}
.BgClassName
{
background-color: #82B2FF;
}
</style>
border-color css
<style>
span { border-color: #82B2FF; }
span { border-color: rgb(130,178,255); }
td.TdClassName
{
border-color: #82B2FF;
}
.TagClassName
{
border-color: #82B2FF;
}
</style>