Shades of Maya Blue #77BBFD
Tints of Maya Blue #77BBFD
RGB
CMYK
RGB Variations
Color information
#77BBFD (or 0x77BBFD) is known color: Maya Blue. HEX triplet: 77, BB and FD. RGB value is (119,187,253). Sum of RGB (Red+Green+Blue) = 119+187+253=559 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.29% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #77BBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BBFD is #884402. Grayscale: #ADADAD. Windows color (decimal): -8930307 or 16628599. OLE color: 16628599.
HSL color Cylindrical-coordinate representation of color #77BBFD: hue angle of 209.55º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77BBFD is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 187 | 253 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.01 |
| HSL | 209.55º | 0.97% | 0.73% | - |
| HSV(B) | 209.55º | 0.53% | 0.99% | - |
| XYZ | 43.11 | 46.55 | 99.64 | - |
| YUV | 174.19 | 172.47 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 187 | 253 | 0.53 | 0.26 | 0 | 0.01 | 209.55 | 0.97 | 0.73 |
| Hex | 77 | BB | FD | 35 | 1A | 0 | 1 | D2 | 61 | 49 |
| Octal | 167 | 273 | 375 | 65 | 32 | 0 | 1 | 322 | 141 | 111 |
| Binary | 1110111 | 10111011 | 11111101 | 110101 | 11010 | 0 | 1 | 11010010 | 1100001 | 1001001 |
Color Harmonies of #77BBFD
Complementary color
Monochromatic Colors of #77BBFD
Black with #77BBFD
Text Example
Text Example
White with #77BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BBFD; }
p { color: rgb(119,187,253); }
H1.HeaderClassName
{
color: #77BBFD;
}
.AnyTagClassName
{
color: #77BBFD;
}
</style>
background-color css
<style>
a { background-color: #77BBFD; }
a { background-color: rgb(119,187,253); }
div.DivClassName
{
background-color: #77BBFD;
}
.BgClassName
{
background-color: #77BBFD;
}
</style>
border-color css
<style>
span { border-color: #77BBFD; }
span { border-color: rgb(119,187,253); }
td.TdClassName
{
border-color: #77BBFD;
}
.TagClassName
{
border-color: #77BBFD;
}
</style>