Shades of Maya Blue #76D0FE
Tints of Maya Blue #76D0FE
RGB
CMYK
RGB Variations
Color information
#76D0FE (or 0x76D0FE) is known color: Maya Blue. HEX triplet: 76, D0 and FE. RGB value is (118,208,254). Sum of RGB (Red+Green+Blue) = 118+208+254=580 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.34% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #76D0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D0FE is #892F01. Grayscale: #BABABA. Windows color (decimal): -8990466 or 16699510. OLE color: 16699510.
HSL color Cylindrical-coordinate representation of color #76D0FE: hue angle of 200.29º 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 #76D0FE is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 208 | 254 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.00 |
| HSL | 200.29º | 0.99% | 0.73% | - |
| HSV(B) | 200.29º | 0.54% | 1% | - |
| XYZ | 47.92 | 56.12 | 102.07 | - |
| YUV | 186.33 | 166.18 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 208 | 254 | 0.54 | 0.18 | 0 | 0.00 | 200.29 | 0.99 | 0.73 |
| Hex | 76 | D0 | FE | 36 | 12 | 0 | 0 | C8 | 63 | 49 |
| Octal | 166 | 320 | 376 | 66 | 22 | 0 | 0 | 310 | 143 | 111 |
| Binary | 1110110 | 11010000 | 11111110 | 110110 | 10010 | 0 | 0 | 11001000 | 1100011 | 1001001 |
Color Harmonies of #76D0FE
Complementary color
Monochromatic Colors of #76D0FE
Black with #76D0FE
Text Example
Text Example
White with #76D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D0FE; }
p { color: rgb(118,208,254); }
H1.HeaderClassName
{
color: #76D0FE;
}
.AnyTagClassName
{
color: #76D0FE;
}
</style>
background-color css
<style>
a { background-color: #76D0FE; }
a { background-color: rgb(118,208,254); }
div.DivClassName
{
background-color: #76D0FE;
}
.BgClassName
{
background-color: #76D0FE;
}
</style>
border-color css
<style>
span { border-color: #76D0FE; }
span { border-color: rgb(118,208,254); }
td.TdClassName
{
border-color: #76D0FE;
}
.TagClassName
{
border-color: #76D0FE;
}
</style>