Shades of Maya Blue #76BDFF
Tints of Maya Blue #76BDFF
RGB
CMYK
RGB Variations
Color information
#76BDFF (or 0x76BDFF) is known color: Maya Blue. HEX triplet: 76, BD and FF. RGB value is (118,189,255). Sum of RGB (Red+Green+Blue) = 118+189+255=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #76BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BDFF is #894200. Grayscale: #AEAEAE. Windows color (decimal): -8995329 or 16760182. OLE color: 16760182.
HSL color Cylindrical-coordinate representation of color #76BDFF: hue angle of 208.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76BDFF is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 189 | 255 | - |
| CMYK | 0.54 | 0.26 | 0 | 0 |
| HSL | 208.91º | 1% | 0.73% | - |
| HSV(B) | 208.91º | 0.54% | 1% | - |
| XYZ | 43.72 | 47.47 | 101.47 | - |
| YUV | 175.3 | 172.98 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 255 | 0.54 | 0.26 | 0 | 0 | 208.91 | 1 | 0.73 |
| Hex | 76 | BD | FF | 36 | 1A | 0 | 0 | D1 | 64 | 49 |
| Octal | 166 | 275 | 377 | 66 | 32 | 0 | 0 | 321 | 144 | 111 |
| Binary | 1110110 | 10111101 | 11111111 | 110110 | 11010 | 0 | 0 | 11010001 | 1100100 | 1001001 |
Color Harmonies of #76BDFF
Complementary color
Monochromatic Colors of #76BDFF
Black with #76BDFF
Text Example
Text Example
White with #76BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDFF; }
p { color: rgb(118,189,255); }
H1.HeaderClassName
{
color: #76BDFF;
}
.AnyTagClassName
{
color: #76BDFF;
}
</style>
background-color css
<style>
a { background-color: #76BDFF; }
a { background-color: rgb(118,189,255); }
div.DivClassName
{
background-color: #76BDFF;
}
.BgClassName
{
background-color: #76BDFF;
}
</style>
border-color css
<style>
span { border-color: #76BDFF; }
span { border-color: rgb(118,189,255); }
td.TdClassName
{
border-color: #76BDFF;
}
.TagClassName
{
border-color: #76BDFF;
}
</style>