Shades of Maya Blue #77CEFC
Tints of Maya Blue #77CEFC
RGB
CMYK
RGB Variations
Color information
#77CEFC (or 0x77CEFC) is known color: Maya Blue. HEX triplet: 77, CE and FC. RGB value is (119,206,252). Sum of RGB (Red+Green+Blue) = 119+206+252=577 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.62% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #77CEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CEFC is #883103. Grayscale: #B8B8B8. Windows color (decimal): -8925444 or 16567927. OLE color: 16567927.
HSL color Cylindrical-coordinate representation of color #77CEFC: hue angle of 200.75º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77CEFC is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 206 | 252 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.01 |
| HSL | 200.75º | 0.96% | 0.73% | - |
| HSV(B) | 200.75º | 0.53% | 0.99% | - |
| XYZ | 47.25 | 55.09 | 100.24 | - |
| YUV | 185.23 | 165.68 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 252 | 0.53 | 0.18 | 0 | 0.01 | 200.75 | 0.96 | 0.73 |
| Hex | 77 | CE | FC | 35 | 12 | 0 | 1 | C9 | 60 | 49 |
| Octal | 167 | 316 | 374 | 65 | 22 | 0 | 1 | 311 | 140 | 111 |
| Binary | 1110111 | 11001110 | 11111100 | 110101 | 10010 | 0 | 1 | 11001001 | 1100000 | 1001001 |
Color Harmonies of #77CEFC
Complementary color
Monochromatic Colors of #77CEFC
Black with #77CEFC
Text Example
Text Example
White with #77CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CEFC; }
p { color: rgb(119,206,252); }
H1.HeaderClassName
{
color: #77CEFC;
}
.AnyTagClassName
{
color: #77CEFC;
}
</style>
background-color css
<style>
a { background-color: #77CEFC; }
a { background-color: rgb(119,206,252); }
div.DivClassName
{
background-color: #77CEFC;
}
.BgClassName
{
background-color: #77CEFC;
}
</style>
border-color css
<style>
span { border-color: #77CEFC; }
span { border-color: rgb(119,206,252); }
td.TdClassName
{
border-color: #77CEFC;
}
.TagClassName
{
border-color: #77CEFC;
}
</style>