Shades of Maya Blue #76CDF6
Tints of Maya Blue #76CDF6
RGB
CMYK
RGB Variations
Color information
#76CDF6 (or 0x76CDF6) is known color: Maya Blue. HEX triplet: 76, CD and F6. RGB value is (118,205,246). Sum of RGB (Red+Green+Blue) = 118+205+246=569 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.74% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #76CDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CDF6 is #893209. Grayscale: #B7B7B7. Windows color (decimal): -8991242 or 16174454. OLE color: 16174454.
HSL color Cylindrical-coordinate representation of color #76CDF6: hue angle of 199.22º degrees, saturation: 0.88, 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 #76CDF6 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 205 | 246 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.04 |
| HSL | 199.22º | 0.88% | 0.71% | - |
| HSV(B) | 199.22º | 0.52% | 0.96% | - |
| XYZ | 45.94 | 54.17 | 95.22 | - |
| YUV | 183.66 | 163.18 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 246 | 0.52 | 0.17 | 0 | 0.04 | 199.22 | 0.88 | 0.71 |
| Hex | 76 | CD | F6 | 34 | 11 | 0 | 4 | C7 | 58 | 47 |
| Octal | 166 | 315 | 366 | 64 | 21 | 0 | 4 | 307 | 130 | 107 |
| Binary | 1110110 | 11001101 | 11110110 | 110100 | 10001 | 0 | 100 | 11000111 | 1011000 | 1000111 |
Color Harmonies of #76CDF6
Complementary color
Monochromatic Colors of #76CDF6
Black with #76CDF6
Text Example
Text Example
White with #76CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDF6; }
p { color: rgb(118,205,246); }
H1.HeaderClassName
{
color: #76CDF6;
}
.AnyTagClassName
{
color: #76CDF6;
}
</style>
background-color css
<style>
a { background-color: #76CDF6; }
a { background-color: rgb(118,205,246); }
div.DivClassName
{
background-color: #76CDF6;
}
.BgClassName
{
background-color: #76CDF6;
}
</style>
border-color css
<style>
span { border-color: #76CDF6; }
span { border-color: rgb(118,205,246); }
td.TdClassName
{
border-color: #76CDF6;
}
.TagClassName
{
border-color: #76CDF6;
}
</style>