Shades of Maya Blue #76C6F3
Tints of Maya Blue #76C6F3
RGB
CMYK
RGB Variations
Color information
#76C6F3 (or 0x76C6F3) is known color: Maya Blue. HEX triplet: 76, C6 and F3. RGB value is (118,198,243). Sum of RGB (Red+Green+Blue) = 118+198+243=559 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.11% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #76C6F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C6F3 is #89390C. Grayscale: #B2B2B2. Windows color (decimal): -8993037 or 15976054. OLE color: 15976054.
HSL color Cylindrical-coordinate representation of color #76C6F3: hue angle of 201.6º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76C6F3 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 198 | 243 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.05 |
| HSL | 201.6º | 0.84% | 0.71% | - |
| HSV(B) | 201.6º | 0.51% | 0.95% | - |
| XYZ | 43.84 | 50.71 | 92.27 | - |
| YUV | 179.21 | 164 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 243 | 0.51 | 0.19 | 0 | 0.05 | 201.6 | 0.84 | 0.71 |
| Hex | 76 | C6 | F3 | 33 | 13 | 0 | 5 | CA | 54 | 47 |
| Octal | 166 | 306 | 363 | 63 | 23 | 0 | 5 | 312 | 124 | 107 |
| Binary | 1110110 | 11000110 | 11110011 | 110011 | 10011 | 0 | 101 | 11001010 | 1010100 | 1000111 |
Color Harmonies of #76C6F3
Complementary color
Monochromatic Colors of #76C6F3
Black with #76C6F3
Text Example
Text Example
White with #76C6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C6F3; }
p { color: rgb(118,198,243); }
H1.HeaderClassName
{
color: #76C6F3;
}
.AnyTagClassName
{
color: #76C6F3;
}
</style>
background-color css
<style>
a { background-color: #76C6F3; }
a { background-color: rgb(118,198,243); }
div.DivClassName
{
background-color: #76C6F3;
}
.BgClassName
{
background-color: #76C6F3;
}
</style>
border-color css
<style>
span { border-color: #76C6F3; }
span { border-color: rgb(118,198,243); }
td.TdClassName
{
border-color: #76C6F3;
}
.TagClassName
{
border-color: #76C6F3;
}
</style>