Shades of Maya Blue #76C0FC
Tints of Maya Blue #76C0FC
RGB
CMYK
RGB Variations
Color information
#76C0FC (or 0x76C0FC) is known color: Maya Blue. HEX triplet: 76, C0 and FC. RGB value is (118,192,252). Sum of RGB (Red+Green+Blue) = 118+192+252=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #76C0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C0FC is #893F03. Grayscale: #B0B0B0. Windows color (decimal): -8994564 or 16564342. OLE color: 16564342.
HSL color Cylindrical-coordinate representation of color #76C0FC: hue angle of 206.87º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76C0FC is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 192 | 252 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.01 |
| HSL | 206.87º | 0.96% | 0.73% | - |
| HSV(B) | 206.87º | 0.53% | 0.99% | - |
| XYZ | 43.89 | 48.58 | 99.16 | - |
| YUV | 176.71 | 170.48 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 252 | 0.53 | 0.24 | 0 | 0.01 | 206.87 | 0.96 | 0.73 |
| Hex | 76 | C0 | FC | 35 | 18 | 0 | 1 | CF | 60 | 49 |
| Octal | 166 | 300 | 374 | 65 | 30 | 0 | 1 | 317 | 140 | 111 |
| Binary | 1110110 | 11000000 | 11111100 | 110101 | 11000 | 0 | 1 | 11001111 | 1100000 | 1001001 |
Color Harmonies of #76C0FC
Complementary color
Monochromatic Colors of #76C0FC
Black with #76C0FC
Text Example
Text Example
White with #76C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C0FC; }
p { color: rgb(118,192,252); }
H1.HeaderClassName
{
color: #76C0FC;
}
.AnyTagClassName
{
color: #76C0FC;
}
</style>
background-color css
<style>
a { background-color: #76C0FC; }
a { background-color: rgb(118,192,252); }
div.DivClassName
{
background-color: #76C0FC;
}
.BgClassName
{
background-color: #76C0FC;
}
</style>
border-color css
<style>
span { border-color: #76C0FC; }
span { border-color: rgb(118,192,252); }
td.TdClassName
{
border-color: #76C0FC;
}
.TagClassName
{
border-color: #76C0FC;
}
</style>