Shades of Maya Blue #77B5F0
Tints of Maya Blue #77B5F0
RGB
CMYK
RGB Variations
Color information
#77B5F0 (or 0x77B5F0) is known color: Maya Blue. HEX triplet: 77, B5 and F0. RGB value is (119,181,240). Sum of RGB (Red+Green+Blue) = 119+181+240=540 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.04% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #77B5F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B5F0 is #884A0F. Grayscale: #A8A8A8. Windows color (decimal): -8931856 or 15775095. OLE color: 15775095.
HSL color Cylindrical-coordinate representation of color #77B5F0: hue angle of 209.26º degrees, saturation: 0.8, 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 #77B5F0 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 181 | 240 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.06 |
| HSL | 209.26º | 0.8% | 0.7% | - |
| HSV(B) | 209.26º | 0.5% | 0.94% | - |
| XYZ | 39.86 | 43.26 | 88.69 | - |
| YUV | 169.19 | 167.96 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 240 | 0.50 | 0.25 | 0 | 0.06 | 209.26 | 0.8 | 0.7 |
| Hex | 77 | B5 | F0 | 32 | 19 | 0 | 6 | D1 | 50 | 46 |
| Octal | 167 | 265 | 360 | 62 | 31 | 0 | 6 | 321 | 120 | 106 |
| Binary | 1110111 | 10110101 | 11110000 | 110010 | 11001 | 0 | 110 | 11010001 | 1010000 | 1000110 |
Color Harmonies of #77B5F0
Complementary color
Monochromatic Colors of #77B5F0
Black with #77B5F0
Text Example
Text Example
White with #77B5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B5F0; }
p { color: rgb(119,181,240); }
H1.HeaderClassName
{
color: #77B5F0;
}
.AnyTagClassName
{
color: #77B5F0;
}
</style>
background-color css
<style>
a { background-color: #77B5F0; }
a { background-color: rgb(119,181,240); }
div.DivClassName
{
background-color: #77B5F0;
}
.BgClassName
{
background-color: #77B5F0;
}
</style>
border-color css
<style>
span { border-color: #77B5F0; }
span { border-color: rgb(119,181,240); }
td.TdClassName
{
border-color: #77B5F0;
}
.TagClassName
{
border-color: #77B5F0;
}
</style>