Shades of Maya Blue #77BDEF
Tints of Maya Blue #77BDEF
RGB
CMYK
RGB Variations
Color information
#77BDEF (or 0x77BDEF) is known color: Maya Blue. HEX triplet: 77, BD and EF. RGB value is (119,189,239). Sum of RGB (Red+Green+Blue) = 119+189+239=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #77BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BDEF is #884210. Grayscale: #ADADAD. Windows color (decimal): -8929809 or 15711607. OLE color: 15711607.
HSL color Cylindrical-coordinate representation of color #77BDEF: hue angle of 205º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77BDEF is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 189 | 239 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.06 |
| HSL | 205º | 0.79% | 0.7% | - |
| HSV(B) | 205º | 0.5% | 0.94% | - |
| XYZ | 41.39 | 46.55 | 88.47 | - |
| YUV | 173.77 | 164.81 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 239 | 0.50 | 0.21 | 0 | 0.06 | 205 | 0.79 | 0.7 |
| Hex | 77 | BD | EF | 32 | 15 | 0 | 6 | CD | 4F | 46 |
| Octal | 167 | 275 | 357 | 62 | 25 | 0 | 6 | 315 | 117 | 106 |
| Binary | 1110111 | 10111101 | 11101111 | 110010 | 10101 | 0 | 110 | 11001101 | 1001111 | 1000110 |
Color Harmonies of #77BDEF
Complementary color
Monochromatic Colors of #77BDEF
Black with #77BDEF
Text Example
Text Example
White with #77BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDEF; }
p { color: rgb(119,189,239); }
H1.HeaderClassName
{
color: #77BDEF;
}
.AnyTagClassName
{
color: #77BDEF;
}
</style>
background-color css
<style>
a { background-color: #77BDEF; }
a { background-color: rgb(119,189,239); }
div.DivClassName
{
background-color: #77BDEF;
}
.BgClassName
{
background-color: #77BDEF;
}
</style>
border-color css
<style>
span { border-color: #77BDEF; }
span { border-color: rgb(119,189,239); }
td.TdClassName
{
border-color: #77BDEF;
}
.TagClassName
{
border-color: #77BDEF;
}
</style>