Shades of Maya Blue #82C0FB
Tints of Maya Blue #82C0FB
RGB
CMYK
RGB Variations
Color information
#82C0FB (or 0x82C0FB) is known color: Maya Blue. HEX triplet: 82, C0 and FB. RGB value is (130,192,251). Sum of RGB (Red+Green+Blue) = 130+192+251=573 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.69% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #82C0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82C0FB is #7D3F04. Grayscale: #B3B3B3. Windows color (decimal): -8208133 or 16498818. OLE color: 16498818.
HSL color Cylindrical-coordinate representation of color #82C0FB: hue angle of 209.26º degrees, saturation: 0.94, 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 #82C0FB is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 192 | 251 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.02 |
| HSL | 209.26º | 0.94% | 0.75% | - |
| HSV(B) | 209.26º | 0.48% | 0.98% | - |
| XYZ | 45.47 | 49.41 | 98.41 | - |
| YUV | 180.19 | 167.96 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 251 | 0.48 | 0.24 | 0 | 0.02 | 209.26 | 0.94 | 0.75 |
| Hex | 82 | C0 | FB | 30 | 18 | 0 | 2 | D1 | 5E | 4B |
| Octal | 202 | 300 | 373 | 60 | 30 | 0 | 2 | 321 | 136 | 113 |
| Binary | 10000010 | 11000000 | 11111011 | 110000 | 11000 | 0 | 10 | 11010001 | 1011110 | 1001011 |
Color Harmonies of #82C0FB
Complementary color
Monochromatic Colors of #82C0FB
Black with #82C0FB
Text Example
Text Example
White with #82C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C0FB; }
p { color: rgb(130,192,251); }
H1.HeaderClassName
{
color: #82C0FB;
}
.AnyTagClassName
{
color: #82C0FB;
}
</style>
background-color css
<style>
a { background-color: #82C0FB; }
a { background-color: rgb(130,192,251); }
div.DivClassName
{
background-color: #82C0FB;
}
.BgClassName
{
background-color: #82C0FB;
}
</style>
border-color css
<style>
span { border-color: #82C0FB; }
span { border-color: rgb(130,192,251); }
td.TdClassName
{
border-color: #82C0FB;
}
.TagClassName
{
border-color: #82C0FB;
}
</style>