Shades of Maya Blue #76C4FF
Tints of Maya Blue #76C4FF
RGB
CMYK
RGB Variations
Color information
#76C4FF (or 0x76C4FF) is known color: Maya Blue. HEX triplet: 76, C4 and FF. RGB value is (118,196,255). Sum of RGB (Red+Green+Blue) = 118+196+255=569 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.74% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #76C4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C4FF is #893B00. Grayscale: #B3B3B3. Windows color (decimal): -8993537 or 16761974. OLE color: 16761974.
HSL color Cylindrical-coordinate representation of color #76C4FF: hue angle of 205.84º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76C4FF is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 196 | 255 | - |
| CMYK | 0.54 | 0.23 | 0 | 0 |
| HSL | 205.84º | 1% | 0.73% | - |
| HSV(B) | 205.84º | 0.54% | 1% | - |
| XYZ | 45.26 | 50.55 | 101.98 | - |
| YUV | 179.4 | 170.66 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 196 | 255 | 0.54 | 0.23 | 0 | 0 | 205.84 | 1 | 0.73 |
| Hex | 76 | C4 | FF | 36 | 17 | 0 | 0 | CE | 64 | 49 |
| Octal | 166 | 304 | 377 | 66 | 27 | 0 | 0 | 316 | 144 | 111 |
| Binary | 1110110 | 11000100 | 11111111 | 110110 | 10111 | 0 | 0 | 11001110 | 1100100 | 1001001 |
Color Harmonies of #76C4FF
Complementary color
Monochromatic Colors of #76C4FF
Black with #76C4FF
Text Example
Text Example
White with #76C4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C4FF; }
p { color: rgb(118,196,255); }
H1.HeaderClassName
{
color: #76C4FF;
}
.AnyTagClassName
{
color: #76C4FF;
}
</style>
background-color css
<style>
a { background-color: #76C4FF; }
a { background-color: rgb(118,196,255); }
div.DivClassName
{
background-color: #76C4FF;
}
.BgClassName
{
background-color: #76C4FF;
}
</style>
border-color css
<style>
span { border-color: #76C4FF; }
span { border-color: rgb(118,196,255); }
td.TdClassName
{
border-color: #76C4FF;
}
.TagClassName
{
border-color: #76C4FF;
}
</style>