Shades of Maya Blue #76CDFE
Tints of Maya Blue #76CDFE
RGB
CMYK
RGB Variations
Color information
#76CDFE (or 0x76CDFE) is known color: Maya Blue. HEX triplet: 76, CD and FE. RGB value is (118,205,254). Sum of RGB (Red+Green+Blue) = 118+205+254=577 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.45% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #76CDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CDFE is #893201. Grayscale: #B8B8B8. Windows color (decimal): -8991234 or 16698742. OLE color: 16698742.
HSL color Cylindrical-coordinate representation of color #76CDFE: hue angle of 201.62º 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 #76CDFE is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 205 | 254 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.00 |
| HSL | 201.62º | 0.99% | 0.73% | - |
| HSV(B) | 201.62º | 0.54% | 1% | - |
| XYZ | 47.19 | 54.67 | 101.83 | - |
| YUV | 184.57 | 167.18 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 205 | 254 | 0.54 | 0.19 | 0 | 0.00 | 201.62 | 0.99 | 0.73 |
| Hex | 76 | CD | FE | 36 | 13 | 0 | 0 | CA | 63 | 49 |
| Octal | 166 | 315 | 376 | 66 | 23 | 0 | 0 | 312 | 143 | 111 |
| Binary | 1110110 | 11001101 | 11111110 | 110110 | 10011 | 0 | 0 | 11001010 | 1100011 | 1001001 |
Color Harmonies of #76CDFE
Complementary color
Monochromatic Colors of #76CDFE
Black with #76CDFE
Text Example
Text Example
White with #76CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CDFE; }
p { color: rgb(118,205,254); }
H1.HeaderClassName
{
color: #76CDFE;
}
.AnyTagClassName
{
color: #76CDFE;
}
</style>
background-color css
<style>
a { background-color: #76CDFE; }
a { background-color: rgb(118,205,254); }
div.DivClassName
{
background-color: #76CDFE;
}
.BgClassName
{
background-color: #76CDFE;
}
</style>
border-color css
<style>
span { border-color: #76CDFE; }
span { border-color: rgb(118,205,254); }
td.TdClassName
{
border-color: #76CDFE;
}
.TagClassName
{
border-color: #76CDFE;
}
</style>