Shades of Maya Blue #76C0FB
Tints of Maya Blue #76C0FB
RGB
CMYK
RGB Variations
Color information
#76C0FB (or 0x76C0FB) is known color: Maya Blue. HEX triplet: 76, C0 and FB. RGB value is (118,192,251). Sum of RGB (Red+Green+Blue) = 118+192+251=561 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.03% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #76C0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C0FB is #893F04. Grayscale: #B0B0B0. Windows color (decimal): -8994565 or 16498806. OLE color: 16498806.
HSL color Cylindrical-coordinate representation of color #76C0FB: hue angle of 206.62º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76C0FB is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 192 | 251 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.02 |
| HSL | 206.62º | 0.94% | 0.72% | - |
| HSV(B) | 206.62º | 0.53% | 0.98% | - |
| XYZ | 43.73 | 48.52 | 98.33 | - |
| YUV | 176.6 | 169.98 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 251 | 0.53 | 0.24 | 0 | 0.02 | 206.62 | 0.94 | 0.72 |
| Hex | 76 | C0 | FB | 35 | 18 | 0 | 2 | CF | 5E | 48 |
| Octal | 166 | 300 | 373 | 65 | 30 | 0 | 2 | 317 | 136 | 110 |
| Binary | 1110110 | 11000000 | 11111011 | 110101 | 11000 | 0 | 10 | 11001111 | 1011110 | 1001000 |
Color Harmonies of #76C0FB
Complementary color
Monochromatic Colors of #76C0FB
Black with #76C0FB
Text Example
Text Example
White with #76C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C0FB; }
p { color: rgb(118,192,251); }
H1.HeaderClassName
{
color: #76C0FB;
}
.AnyTagClassName
{
color: #76C0FB;
}
</style>
background-color css
<style>
a { background-color: #76C0FB; }
a { background-color: rgb(118,192,251); }
div.DivClassName
{
background-color: #76C0FB;
}
.BgClassName
{
background-color: #76C0FB;
}
</style>
border-color css
<style>
span { border-color: #76C0FB; }
span { border-color: rgb(118,192,251); }
td.TdClassName
{
border-color: #76C0FB;
}
.TagClassName
{
border-color: #76C0FB;
}
</style>