Shades of Maya Blue #77BBFE
Tints of Maya Blue #77BBFE
RGB
CMYK
RGB Variations
Color information
#77BBFE (or 0x77BBFE) is known color: Maya Blue. HEX triplet: 77, BB and FE. RGB value is (119,187,254). Sum of RGB (Red+Green+Blue) = 119+187+254=560 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.25% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #77BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BBFE is #884401. Grayscale: #ADADAD. Windows color (decimal): -8930306 or 16694135. OLE color: 16694135.
HSL color Cylindrical-coordinate representation of color #77BBFE: hue angle of 209.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77BBFE is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 187 | 254 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.00 |
| HSL | 209.78º | 0.99% | 0.73% | - |
| HSV(B) | 209.78º | 0.53% | 1% | - |
| XYZ | 43.27 | 46.62 | 100.48 | - |
| YUV | 174.31 | 172.97 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 187 | 254 | 0.53 | 0.26 | 0 | 0.00 | 209.78 | 0.99 | 0.73 |
| Hex | 77 | BB | FE | 35 | 1A | 0 | 0 | D2 | 63 | 49 |
| Octal | 167 | 273 | 376 | 65 | 32 | 0 | 0 | 322 | 143 | 111 |
| Binary | 1110111 | 10111011 | 11111110 | 110101 | 11010 | 0 | 0 | 11010010 | 1100011 | 1001001 |
Color Harmonies of #77BBFE
Complementary color
Monochromatic Colors of #77BBFE
Black with #77BBFE
Text Example
Text Example
White with #77BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BBFE; }
p { color: rgb(119,187,254); }
H1.HeaderClassName
{
color: #77BBFE;
}
.AnyTagClassName
{
color: #77BBFE;
}
</style>
background-color css
<style>
a { background-color: #77BBFE; }
a { background-color: rgb(119,187,254); }
div.DivClassName
{
background-color: #77BBFE;
}
.BgClassName
{
background-color: #77BBFE;
}
</style>
border-color css
<style>
span { border-color: #77BBFE; }
span { border-color: rgb(119,187,254); }
td.TdClassName
{
border-color: #77BBFE;
}
.TagClassName
{
border-color: #77BBFE;
}
</style>