Shades of Maya Blue #76C8F4
Tints of Maya Blue #76C8F4
RGB
CMYK
RGB Variations
Color information
#76C8F4 (or 0x76C8F4) is known color: Maya Blue. HEX triplet: 76, C8 and F4. RGB value is (118,200,244). Sum of RGB (Red+Green+Blue) = 118+200+244=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 244 (95.70% from 255 or 43.42% from 562); Max value from RGB is 244 - color contains mainly: blue. Hex color #76C8F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C8F4 is #89370B. Grayscale: #B4B4B4. Windows color (decimal): -8992524 or 16042102. OLE color: 16042102.
HSL color Cylindrical-coordinate representation of color #76C8F4: hue angle of 200.95º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76C8F4 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 200 | 244 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.04 |
| HSL | 200.95º | 0.85% | 0.71% | - |
| HSV(B) | 200.95º | 0.52% | 0.96% | - |
| XYZ | 44.45 | 51.69 | 93.22 | - |
| YUV | 180.5 | 163.83 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 244 | 0.52 | 0.18 | 0 | 0.04 | 200.95 | 0.85 | 0.71 |
| Hex | 76 | C8 | F4 | 34 | 12 | 0 | 4 | C9 | 55 | 47 |
| Octal | 166 | 310 | 364 | 64 | 22 | 0 | 4 | 311 | 125 | 107 |
| Binary | 1110110 | 11001000 | 11110100 | 110100 | 10010 | 0 | 100 | 11001001 | 1010101 | 1000111 |
Color Harmonies of #76C8F4
Complementary color
Monochromatic Colors of #76C8F4
Black with #76C8F4
Text Example
Text Example
White with #76C8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C8F4; }
p { color: rgb(118,200,244); }
H1.HeaderClassName
{
color: #76C8F4;
}
.AnyTagClassName
{
color: #76C8F4;
}
</style>
background-color css
<style>
a { background-color: #76C8F4; }
a { background-color: rgb(118,200,244); }
div.DivClassName
{
background-color: #76C8F4;
}
.BgClassName
{
background-color: #76C8F4;
}
</style>
border-color css
<style>
span { border-color: #76C8F4; }
span { border-color: rgb(118,200,244); }
td.TdClassName
{
border-color: #76C8F4;
}
.TagClassName
{
border-color: #76C8F4;
}
</style>