Shades of Maya Blue #76B7FF
Tints of Maya Blue #76B7FF
RGB
CMYK
RGB Variations
Color information
#76B7FF (or 0x76B7FF) is known color: Maya Blue. HEX triplet: 76, B7 and FF. RGB value is (118,183,255). Sum of RGB (Red+Green+Blue) = 118+183+255=556 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.22% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #76B7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76B7FF is #894800. Grayscale: #ABABAB. Windows color (decimal): -8996865 or 16758646. OLE color: 16758646.
HSL color Cylindrical-coordinate representation of color #76B7FF: hue angle of 211.53º 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 #76B7FF is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 183 | 255 | - |
| CMYK | 0.54 | 0.28 | 0 | 0 |
| HSL | 211.53º | 1% | 0.73% | - |
| HSV(B) | 211.53º | 0.54% | 1% | - |
| XYZ | 42.45 | 44.94 | 101.04 | - |
| YUV | 171.77 | 174.97 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 255 | 0.54 | 0.28 | 0 | 0 | 211.53 | 1 | 0.73 |
| Hex | 76 | B7 | FF | 36 | 1C | 0 | 0 | D4 | 64 | 49 |
| Octal | 166 | 267 | 377 | 66 | 34 | 0 | 0 | 324 | 144 | 111 |
| Binary | 1110110 | 10110111 | 11111111 | 110110 | 11100 | 0 | 0 | 11010100 | 1100100 | 1001001 |
Color Harmonies of #76B7FF
Complementary color
Monochromatic Colors of #76B7FF
Black with #76B7FF
Text Example
Text Example
White with #76B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B7FF; }
p { color: rgb(118,183,255); }
H1.HeaderClassName
{
color: #76B7FF;
}
.AnyTagClassName
{
color: #76B7FF;
}
</style>
background-color css
<style>
a { background-color: #76B7FF; }
a { background-color: rgb(118,183,255); }
div.DivClassName
{
background-color: #76B7FF;
}
.BgClassName
{
background-color: #76B7FF;
}
</style>
border-color css
<style>
span { border-color: #76B7FF; }
span { border-color: rgb(118,183,255); }
td.TdClassName
{
border-color: #76B7FF;
}
.TagClassName
{
border-color: #76B7FF;
}
</style>