Shades of Maya Blue #77B8F9
Tints of Maya Blue #77B8F9
RGB
CMYK
RGB Variations
Color information
#77B8F9 (or 0x77B8F9) is known color: Maya Blue. HEX triplet: 77, B8 and F9. RGB value is (119,184,249). Sum of RGB (Red+Green+Blue) = 119+184+249=552 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.56% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #77B8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B8F9 is #884706. Grayscale: #ABABAB. Windows color (decimal): -8931079 or 16365687. OLE color: 16365687.
HSL color Cylindrical-coordinate representation of color #77B8F9: hue angle of 210º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77B8F9 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 184 | 249 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.02 |
| HSL | 210º | 0.92% | 0.72% | - |
| HSV(B) | 210º | 0.52% | 0.98% | - |
| XYZ | 41.85 | 45.04 | 96.11 | - |
| YUV | 171.98 | 171.47 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 184 | 249 | 0.52 | 0.26 | 0 | 0.02 | 210 | 0.92 | 0.72 |
| Hex | 77 | B8 | F9 | 34 | 1A | 0 | 2 | D2 | 5C | 48 |
| Octal | 167 | 270 | 371 | 64 | 32 | 0 | 2 | 322 | 134 | 110 |
| Binary | 1110111 | 10111000 | 11111001 | 110100 | 11010 | 0 | 10 | 11010010 | 1011100 | 1001000 |
Color Harmonies of #77B8F9
Complementary color
Monochromatic Colors of #77B8F9
Black with #77B8F9
Text Example
Text Example
White with #77B8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B8F9; }
p { color: rgb(119,184,249); }
H1.HeaderClassName
{
color: #77B8F9;
}
.AnyTagClassName
{
color: #77B8F9;
}
</style>
background-color css
<style>
a { background-color: #77B8F9; }
a { background-color: rgb(119,184,249); }
div.DivClassName
{
background-color: #77B8F9;
}
.BgClassName
{
background-color: #77B8F9;
}
</style>
border-color css
<style>
span { border-color: #77B8F9; }
span { border-color: rgb(119,184,249); }
td.TdClassName
{
border-color: #77B8F9;
}
.TagClassName
{
border-color: #77B8F9;
}
</style>