Shades of Maya Blue #76CEFE
Tints of Maya Blue #76CEFE
RGB
CMYK
RGB Variations
Color information
#76CEFE (or 0x76CEFE) is known color: Maya Blue. HEX triplet: 76, CE and FE. RGB value is (118,206,254). Sum of RGB (Red+Green+Blue) = 118+206+254=578 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.42% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #76CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CEFE is #893101. Grayscale: #B8B8B8. Windows color (decimal): -8990978 or 16698998. OLE color: 16698998.
HSL color Cylindrical-coordinate representation of color #76CEFE: hue angle of 201.18º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76CEFE is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 206 | 254 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.00 |
| HSL | 201.18º | 0.99% | 0.73% | - |
| HSV(B) | 201.18º | 0.54% | 1% | - |
| XYZ | 47.43 | 55.15 | 101.91 | - |
| YUV | 185.16 | 166.85 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 254 | 0.54 | 0.19 | 0 | 0.00 | 201.18 | 0.99 | 0.73 |
| Hex | 76 | CE | FE | 36 | 13 | 0 | 0 | C9 | 63 | 49 |
| Octal | 166 | 316 | 376 | 66 | 23 | 0 | 0 | 311 | 143 | 111 |
| Binary | 1110110 | 11001110 | 11111110 | 110110 | 10011 | 0 | 0 | 11001001 | 1100011 | 1001001 |
Color Harmonies of #76CEFE
Complementary color
Monochromatic Colors of #76CEFE
Black with #76CEFE
Text Example
Text Example
White with #76CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CEFE; }
p { color: rgb(118,206,254); }
H1.HeaderClassName
{
color: #76CEFE;
}
.AnyTagClassName
{
color: #76CEFE;
}
</style>
background-color css
<style>
a { background-color: #76CEFE; }
a { background-color: rgb(118,206,254); }
div.DivClassName
{
background-color: #76CEFE;
}
.BgClassName
{
background-color: #76CEFE;
}
</style>
border-color css
<style>
span { border-color: #76CEFE; }
span { border-color: rgb(118,206,254); }
td.TdClassName
{
border-color: #76CEFE;
}
.TagClassName
{
border-color: #76CEFE;
}
</style>