Shades of Maya Blue #77BCFB
Tints of Maya Blue #77BCFB
RGB
CMYK
RGB Variations
Color information
#77BCFB (or 0x77BCFB) is known color: Maya Blue. HEX triplet: 77, BC and FB. RGB value is (119,188,251). Sum of RGB (Red+Green+Blue) = 119+188+251=558 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.33% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #77BCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BCFB is #884304. Grayscale: #AEAEAE. Windows color (decimal): -8930053 or 16497783. OLE color: 16497783.
HSL color Cylindrical-coordinate representation of color #77BCFB: hue angle of 208.64º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77BCFB is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 188 | 251 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.02 |
| HSL | 208.64º | 0.94% | 0.73% | - |
| HSV(B) | 208.64º | 0.53% | 0.98% | - |
| XYZ | 43 | 46.85 | 98.04 | - |
| YUV | 174.55 | 171.14 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 251 | 0.53 | 0.25 | 0 | 0.02 | 208.64 | 0.94 | 0.73 |
| Hex | 77 | BC | FB | 35 | 19 | 0 | 2 | D1 | 5E | 49 |
| Octal | 167 | 274 | 373 | 65 | 31 | 0 | 2 | 321 | 136 | 111 |
| Binary | 1110111 | 10111100 | 11111011 | 110101 | 11001 | 0 | 10 | 11010001 | 1011110 | 1001001 |
Color Harmonies of #77BCFB
Complementary color
Monochromatic Colors of #77BCFB
Black with #77BCFB
Text Example
Text Example
White with #77BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BCFB; }
p { color: rgb(119,188,251); }
H1.HeaderClassName
{
color: #77BCFB;
}
.AnyTagClassName
{
color: #77BCFB;
}
</style>
background-color css
<style>
a { background-color: #77BCFB; }
a { background-color: rgb(119,188,251); }
div.DivClassName
{
background-color: #77BCFB;
}
.BgClassName
{
background-color: #77BCFB;
}
</style>
border-color css
<style>
span { border-color: #77BCFB; }
span { border-color: rgb(119,188,251); }
td.TdClassName
{
border-color: #77BCFB;
}
.TagClassName
{
border-color: #77BCFB;
}
</style>