Shades of Maya Blue #76BDFE
Tints of Maya Blue #76BDFE
RGB
CMYK
RGB Variations
Color information
#76BDFE (or 0x76BDFE) is known color: Maya Blue. HEX triplet: 76, BD and FE. RGB value is (118,189,254). Sum of RGB (Red+Green+Blue) = 118+189+254=561 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.03% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #76BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BDFE is #894201. Grayscale: #AEAEAE. Windows color (decimal): -8995330 or 16694646. OLE color: 16694646.
HSL color Cylindrical-coordinate representation of color #76BDFE: hue angle of 208.68º 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 #76BDFE is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 189 | 254 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.00 |
| HSL | 208.68º | 0.99% | 0.73% | - |
| HSV(B) | 208.68º | 0.54% | 1% | - |
| XYZ | 43.56 | 47.4 | 100.62 | - |
| YUV | 175.18 | 172.48 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 254 | 0.54 | 0.26 | 0 | 0.00 | 208.68 | 0.99 | 0.73 |
| Hex | 76 | BD | FE | 36 | 1A | 0 | 0 | D1 | 63 | 49 |
| Octal | 166 | 275 | 376 | 66 | 32 | 0 | 0 | 321 | 143 | 111 |
| Binary | 1110110 | 10111101 | 11111110 | 110110 | 11010 | 0 | 0 | 11010001 | 1100011 | 1001001 |
Color Harmonies of #76BDFE
Complementary color
Monochromatic Colors of #76BDFE
Black with #76BDFE
Text Example
Text Example
White with #76BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDFE; }
p { color: rgb(118,189,254); }
H1.HeaderClassName
{
color: #76BDFE;
}
.AnyTagClassName
{
color: #76BDFE;
}
</style>
background-color css
<style>
a { background-color: #76BDFE; }
a { background-color: rgb(118,189,254); }
div.DivClassName
{
background-color: #76BDFE;
}
.BgClassName
{
background-color: #76BDFE;
}
</style>
border-color css
<style>
span { border-color: #76BDFE; }
span { border-color: rgb(118,189,254); }
td.TdClassName
{
border-color: #76BDFE;
}
.TagClassName
{
border-color: #76BDFE;
}
</style>