Shades of Maya Blue #76BDEF
Tints of Maya Blue #76BDEF
RGB
CMYK
RGB Variations
Color information
#76BDEF (or 0x76BDEF) is known color: Maya Blue. HEX triplet: 76, BD and EF. RGB value is (118,189,239). Sum of RGB (Red+Green+Blue) = 118+189+239=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #76BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BDEF is #894210. Grayscale: #ADADAD. Windows color (decimal): -8995345 or 15711606. OLE color: 15711606.
HSL color Cylindrical-coordinate representation of color #76BDEF: hue angle of 204.79º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76BDEF is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 189 | 239 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.06 |
| HSL | 204.79º | 0.79% | 0.7% | - |
| HSV(B) | 204.79º | 0.51% | 0.94% | - |
| XYZ | 41.25 | 46.48 | 88.46 | - |
| YUV | 173.47 | 164.98 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 189 | 239 | 0.51 | 0.21 | 0 | 0.06 | 204.79 | 0.79 | 0.7 |
| Hex | 76 | BD | EF | 33 | 15 | 0 | 6 | CD | 4F | 46 |
| Octal | 166 | 275 | 357 | 63 | 25 | 0 | 6 | 315 | 117 | 106 |
| Binary | 1110110 | 10111101 | 11101111 | 110011 | 10101 | 0 | 110 | 11001101 | 1001111 | 1000110 |
Color Harmonies of #76BDEF
Complementary color
Monochromatic Colors of #76BDEF
Black with #76BDEF
Text Example
Text Example
White with #76BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BDEF; }
p { color: rgb(118,189,239); }
H1.HeaderClassName
{
color: #76BDEF;
}
.AnyTagClassName
{
color: #76BDEF;
}
</style>
background-color css
<style>
a { background-color: #76BDEF; }
a { background-color: rgb(118,189,239); }
div.DivClassName
{
background-color: #76BDEF;
}
.BgClassName
{
background-color: #76BDEF;
}
</style>
border-color css
<style>
span { border-color: #76BDEF; }
span { border-color: rgb(118,189,239); }
td.TdClassName
{
border-color: #76BDEF;
}
.TagClassName
{
border-color: #76BDEF;
}
</style>