Shades of Maya Blue #82C0F9
Tints of Maya Blue #82C0F9
RGB
CMYK
RGB Variations
Color information
#82C0F9 (or 0x82C0F9) is known color: Maya Blue. HEX triplet: 82, C0 and F9. RGB value is (130,192,249). Sum of RGB (Red+Green+Blue) = 130+192+249=571 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.77% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #82C0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C0F9 is #7D3F06. Grayscale: #B3B3B3. Windows color (decimal): -8208135 or 16367746. OLE color: 16367746.
HSL color Cylindrical-coordinate representation of color #82C0F9: hue angle of 208.74º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82C0F9 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 192 | 249 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.02 |
| HSL | 208.74º | 0.91% | 0.74% | - |
| HSV(B) | 208.74º | 0.48% | 0.98% | - |
| XYZ | 45.15 | 49.28 | 96.76 | - |
| YUV | 179.96 | 166.96 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 249 | 0.48 | 0.23 | 0 | 0.02 | 208.74 | 0.91 | 0.74 |
| Hex | 82 | C0 | F9 | 30 | 17 | 0 | 2 | D1 | 5B | 4A |
| Octal | 202 | 300 | 371 | 60 | 27 | 0 | 2 | 321 | 133 | 112 |
| Binary | 10000010 | 11000000 | 11111001 | 110000 | 10111 | 0 | 10 | 11010001 | 1011011 | 1001010 |
Color Harmonies of #82C0F9
Complementary color
Monochromatic Colors of #82C0F9
Black with #82C0F9
Text Example
Text Example
White with #82C0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C0F9; }
p { color: rgb(130,192,249); }
H1.HeaderClassName
{
color: #82C0F9;
}
.AnyTagClassName
{
color: #82C0F9;
}
</style>
background-color css
<style>
a { background-color: #82C0F9; }
a { background-color: rgb(130,192,249); }
div.DivClassName
{
background-color: #82C0F9;
}
.BgClassName
{
background-color: #82C0F9;
}
</style>
border-color css
<style>
span { border-color: #82C0F9; }
span { border-color: rgb(130,192,249); }
td.TdClassName
{
border-color: #82C0F9;
}
.TagClassName
{
border-color: #82C0F9;
}
</style>