Shades of Maya Blue #77C9F6
Tints of Maya Blue #77C9F6
RGB
CMYK
RGB Variations
Color information
#77C9F6 (or 0x77C9F6) is known color: Maya Blue. HEX triplet: 77, C9 and F6. RGB value is (119,201,246). Sum of RGB (Red+Green+Blue) = 119+201+246=566 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.02% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #77C9F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C9F6 is #883609. Grayscale: #B5B5B5. Windows color (decimal): -8926730 or 16173431. OLE color: 16173431.
HSL color Cylindrical-coordinate representation of color #77C9F6: hue angle of 201.26º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77C9F6 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 201 | 246 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.04 |
| HSL | 201.26º | 0.88% | 0.72% | - |
| HSV(B) | 201.26º | 0.52% | 0.96% | - |
| XYZ | 45.13 | 52.35 | 94.91 | - |
| YUV | 181.61 | 164.33 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 201 | 246 | 0.52 | 0.18 | 0 | 0.04 | 201.26 | 0.88 | 0.72 |
| Hex | 77 | C9 | F6 | 34 | 12 | 0 | 4 | C9 | 58 | 48 |
| Octal | 167 | 311 | 366 | 64 | 22 | 0 | 4 | 311 | 130 | 110 |
| Binary | 1110111 | 11001001 | 11110110 | 110100 | 10010 | 0 | 100 | 11001001 | 1011000 | 1001000 |
Color Harmonies of #77C9F6
Complementary color
Monochromatic Colors of #77C9F6
Black with #77C9F6
Text Example
Text Example
White with #77C9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C9F6; }
p { color: rgb(119,201,246); }
H1.HeaderClassName
{
color: #77C9F6;
}
.AnyTagClassName
{
color: #77C9F6;
}
</style>
background-color css
<style>
a { background-color: #77C9F6; }
a { background-color: rgb(119,201,246); }
div.DivClassName
{
background-color: #77C9F6;
}
.BgClassName
{
background-color: #77C9F6;
}
</style>
border-color css
<style>
span { border-color: #77C9F6; }
span { border-color: rgb(119,201,246); }
td.TdClassName
{
border-color: #77C9F6;
}
.TagClassName
{
border-color: #77C9F6;
}
</style>