Shades of Maya Blue #76B8FF
Tints of Maya Blue #76B8FF
RGB
CMYK
RGB Variations
Color information
#76B8FF (or 0x76B8FF) is known color: Maya Blue. HEX triplet: 76, B8 and FF. RGB value is (118,184,255). Sum of RGB (Red+Green+Blue) = 118+184+255=557 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.18% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #76B8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76B8FF is #894700. Grayscale: #ACACAC. Windows color (decimal): -8996609 or 16758902. OLE color: 16758902.
HSL color Cylindrical-coordinate representation of color #76B8FF: hue angle of 211.09º 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 #76B8FF is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 184 | 255 | - |
| CMYK | 0.54 | 0.28 | 0 | 0 |
| HSL | 211.09º | 1% | 0.73% | - |
| HSV(B) | 211.09º | 0.54% | 1% | - |
| XYZ | 42.66 | 45.35 | 101.11 | - |
| YUV | 172.36 | 174.63 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 184 | 255 | 0.54 | 0.28 | 0 | 0 | 211.09 | 1 | 0.73 |
| Hex | 76 | B8 | FF | 36 | 1C | 0 | 0 | D3 | 64 | 49 |
| Octal | 166 | 270 | 377 | 66 | 34 | 0 | 0 | 323 | 144 | 111 |
| Binary | 1110110 | 10111000 | 11111111 | 110110 | 11100 | 0 | 0 | 11010011 | 1100100 | 1001001 |
Color Harmonies of #76B8FF
Complementary color
Monochromatic Colors of #76B8FF
Black with #76B8FF
Text Example
Text Example
White with #76B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B8FF; }
p { color: rgb(118,184,255); }
H1.HeaderClassName
{
color: #76B8FF;
}
.AnyTagClassName
{
color: #76B8FF;
}
</style>
background-color css
<style>
a { background-color: #76B8FF; }
a { background-color: rgb(118,184,255); }
div.DivClassName
{
background-color: #76B8FF;
}
.BgClassName
{
background-color: #76B8FF;
}
</style>
border-color css
<style>
span { border-color: #76B8FF; }
span { border-color: rgb(118,184,255); }
td.TdClassName
{
border-color: #76B8FF;
}
.TagClassName
{
border-color: #76B8FF;
}
</style>