Shades of Maya Blue #82BDFF
Tints of Maya Blue #82BDFF
RGB
CMYK
RGB Variations
Color information
#82BDFF (or 0x82BDFF) is known color: Maya Blue. HEX triplet: 82, BD and FF. RGB value is (130,189,255). Sum of RGB (Red+Green+Blue) = 130+189+255=574 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.65% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #82BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BDFF is #7D4200. Grayscale: #B2B2B2. Windows color (decimal): -8208897 or 16760194. OLE color: 16760194.
HSL color Cylindrical-coordinate representation of color #82BDFF: hue angle of 211.68º 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 #82BDFF is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 189 | 255 | - |
| CMYK | 0.49 | 0.26 | 0 | 0 |
| HSL | 211.68º | 1% | 0.75% | - |
| HSV(B) | 211.68º | 0.49% | 1% | - |
| XYZ | 45.45 | 48.36 | 101.55 | - |
| YUV | 178.88 | 170.95 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 255 | 0.49 | 0.26 | 0 | 0 | 211.68 | 1 | 0.75 |
| Hex | 82 | BD | FF | 31 | 1A | 0 | 0 | D4 | 64 | 4B |
| Octal | 202 | 275 | 377 | 61 | 32 | 0 | 0 | 324 | 144 | 113 |
| Binary | 10000010 | 10111101 | 11111111 | 110001 | 11010 | 0 | 0 | 11010100 | 1100100 | 1001011 |
Color Harmonies of #82BDFF
Complementary color
Monochromatic Colors of #82BDFF
Black with #82BDFF
Text Example
Text Example
White with #82BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BDFF; }
p { color: rgb(130,189,255); }
H1.HeaderClassName
{
color: #82BDFF;
}
.AnyTagClassName
{
color: #82BDFF;
}
</style>
background-color css
<style>
a { background-color: #82BDFF; }
a { background-color: rgb(130,189,255); }
div.DivClassName
{
background-color: #82BDFF;
}
.BgClassName
{
background-color: #82BDFF;
}
</style>
border-color css
<style>
span { border-color: #82BDFF; }
span { border-color: rgb(130,189,255); }
td.TdClassName
{
border-color: #82BDFF;
}
.TagClassName
{
border-color: #82BDFF;
}
</style>