Shades of Maya Blue #77BCEF
Tints of Maya Blue #77BCEF
RGB
CMYK
RGB Variations
Color information
#77BCEF (or 0x77BCEF) is known color: Maya Blue. HEX triplet: 77, BC and EF. RGB value is (119,188,239). Sum of RGB (Red+Green+Blue) = 119+188+239=546 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.79% from 546); Green value is 188 (73.83% from 255 or 34.43% 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 #77BCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BCEF is #884310. Grayscale: #ACACAC. Windows color (decimal): -8930065 or 15711351. OLE color: 15711351.
HSL color Cylindrical-coordinate representation of color #77BCEF: hue angle of 205.5º 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 #77BCEF is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 188 | 239 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.06 |
| HSL | 205.5º | 0.79% | 0.7% | - |
| HSV(B) | 205.5º | 0.5% | 0.94% | - |
| XYZ | 41.17 | 46.12 | 88.39 | - |
| YUV | 173.18 | 165.14 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 239 | 0.50 | 0.21 | 0 | 0.06 | 205.5 | 0.79 | 0.7 |
| Hex | 77 | BC | EF | 32 | 15 | 0 | 6 | CE | 4F | 46 |
| Octal | 167 | 274 | 357 | 62 | 25 | 0 | 6 | 316 | 117 | 106 |
| Binary | 1110111 | 10111100 | 11101111 | 110010 | 10101 | 0 | 110 | 11001110 | 1001111 | 1000110 |
Color Harmonies of #77BCEF
Complementary color
Monochromatic Colors of #77BCEF
Black with #77BCEF
Text Example
Text Example
White with #77BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BCEF; }
p { color: rgb(119,188,239); }
H1.HeaderClassName
{
color: #77BCEF;
}
.AnyTagClassName
{
color: #77BCEF;
}
</style>
background-color css
<style>
a { background-color: #77BCEF; }
a { background-color: rgb(119,188,239); }
div.DivClassName
{
background-color: #77BCEF;
}
.BgClassName
{
background-color: #77BCEF;
}
</style>
border-color css
<style>
span { border-color: #77BCEF; }
span { border-color: rgb(119,188,239); }
td.TdClassName
{
border-color: #77BCEF;
}
.TagClassName
{
border-color: #77BCEF;
}
</style>