Shades of Maya Blue #82BCFF
Tints of Maya Blue #82BCFF
RGB
CMYK
RGB Variations
Color information
#82BCFF (or 0x82BCFF) is known color: Maya Blue. HEX triplet: 82, BC and FF. RGB value is (130,188,255). Sum of RGB (Red+Green+Blue) = 130+188+255=573 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.69% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #82BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BCFF is #7D4300. Grayscale: #B1B1B1. Windows color (decimal): -8209153 or 16759938. OLE color: 16759938.
HSL color Cylindrical-coordinate representation of color #82BCFF: hue angle of 212.16º 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 #82BCFF is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 188 | 255 | - |
| CMYK | 0.49 | 0.26 | 0 | 0 |
| HSL | 212.16º | 1% | 0.75% | - |
| HSV(B) | 212.16º | 0.49% | 1% | - |
| XYZ | 45.24 | 47.93 | 101.48 | - |
| YUV | 178.3 | 171.28 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 255 | 0.49 | 0.26 | 0 | 0 | 212.16 | 1 | 0.75 |
| Hex | 82 | BC | FF | 31 | 1A | 0 | 0 | D4 | 64 | 4B |
| Octal | 202 | 274 | 377 | 61 | 32 | 0 | 0 | 324 | 144 | 113 |
| Binary | 10000010 | 10111100 | 11111111 | 110001 | 11010 | 0 | 0 | 11010100 | 1100100 | 1001011 |
Color Harmonies of #82BCFF
Complementary color
Monochromatic Colors of #82BCFF
Black with #82BCFF
Text Example
Text Example
White with #82BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BCFF; }
p { color: rgb(130,188,255); }
H1.HeaderClassName
{
color: #82BCFF;
}
.AnyTagClassName
{
color: #82BCFF;
}
</style>
background-color css
<style>
a { background-color: #82BCFF; }
a { background-color: rgb(130,188,255); }
div.DivClassName
{
background-color: #82BCFF;
}
.BgClassName
{
background-color: #82BCFF;
}
</style>
border-color css
<style>
span { border-color: #82BCFF; }
span { border-color: rgb(130,188,255); }
td.TdClassName
{
border-color: #82BCFF;
}
.TagClassName
{
border-color: #82BCFF;
}
</style>