Shades of Maya Blue #77BBFF
Tints of Maya Blue #77BBFF
RGB
CMYK
RGB Variations
Color information
#77BBFF (or 0x77BBFF) is known color: Maya Blue. HEX triplet: 77, BB and FF. RGB value is (119,187,255). Sum of RGB (Red+Green+Blue) = 119+187+255=561 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.21% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #77BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BBFF is #884400. Grayscale: #AEAEAE. Windows color (decimal): -8930305 or 16759671. OLE color: 16759671.
HSL color Cylindrical-coordinate representation of color #77BBFF: hue angle of 210º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77BBFF is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 187 | 255 | - |
| CMYK | 0.53 | 0.27 | 0 | 0 |
| HSL | 210º | 1% | 0.73% | - |
| HSV(B) | 210º | 0.53% | 1% | - |
| XYZ | 43.43 | 46.68 | 101.33 | - |
| YUV | 174.42 | 173.47 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 187 | 255 | 0.53 | 0.27 | 0 | 0 | 210 | 1 | 0.73 |
| Hex | 77 | BB | FF | 35 | 1B | 0 | 0 | D2 | 64 | 49 |
| Octal | 167 | 273 | 377 | 65 | 33 | 0 | 0 | 322 | 144 | 111 |
| Binary | 1110111 | 10111011 | 11111111 | 110101 | 11011 | 0 | 0 | 11010010 | 1100100 | 1001001 |
Color Harmonies of #77BBFF
Complementary color
Monochromatic Colors of #77BBFF
Black with #77BBFF
Text Example
Text Example
White with #77BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BBFF; }
p { color: rgb(119,187,255); }
H1.HeaderClassName
{
color: #77BBFF;
}
.AnyTagClassName
{
color: #77BBFF;
}
</style>
background-color css
<style>
a { background-color: #77BBFF; }
a { background-color: rgb(119,187,255); }
div.DivClassName
{
background-color: #77BBFF;
}
.BgClassName
{
background-color: #77BBFF;
}
</style>
border-color css
<style>
span { border-color: #77BBFF; }
span { border-color: rgb(119,187,255); }
td.TdClassName
{
border-color: #77BBFF;
}
.TagClassName
{
border-color: #77BBFF;
}
</style>