Shades of Maya Blue #77C9FE
Tints of Maya Blue #77C9FE
RGB
CMYK
RGB Variations
Color information
#77C9FE (or 0x77C9FE) is known color: Maya Blue. HEX triplet: 77, C9 and FE. RGB value is (119,201,254). Sum of RGB (Red+Green+Blue) = 119+201+254=574 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.73% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #77C9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C9FE is #883601. Grayscale: #B6B6B6. Windows color (decimal): -8926722 or 16697719. OLE color: 16697719.
HSL color Cylindrical-coordinate representation of color #77C9FE: hue angle of 203.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77C9FE is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 201 | 254 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.00 |
| HSL | 203.56º | 0.99% | 0.73% | - |
| HSV(B) | 203.56º | 0.53% | 1% | - |
| XYZ | 46.38 | 52.85 | 101.52 | - |
| YUV | 182.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 201 | 254 | 0.53 | 0.21 | 0 | 0.00 | 203.56 | 0.99 | 0.73 |
| Hex | 77 | C9 | FE | 35 | 15 | 0 | 0 | CC | 63 | 49 |
| Octal | 167 | 311 | 376 | 65 | 25 | 0 | 0 | 314 | 143 | 111 |
| Binary | 1110111 | 11001001 | 11111110 | 110101 | 10101 | 0 | 0 | 11001100 | 1100011 | 1001001 |
Color Harmonies of #77C9FE
Complementary color
Monochromatic Colors of #77C9FE
Black with #77C9FE
Text Example
Text Example
White with #77C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C9FE; }
p { color: rgb(119,201,254); }
H1.HeaderClassName
{
color: #77C9FE;
}
.AnyTagClassName
{
color: #77C9FE;
}
</style>
background-color css
<style>
a { background-color: #77C9FE; }
a { background-color: rgb(119,201,254); }
div.DivClassName
{
background-color: #77C9FE;
}
.BgClassName
{
background-color: #77C9FE;
}
</style>
border-color css
<style>
span { border-color: #77C9FE; }
span { border-color: rgb(119,201,254); }
td.TdClassName
{
border-color: #77C9FE;
}
.TagClassName
{
border-color: #77C9FE;
}
</style>