Shades of Maya Blue #77CFFC
Tints of Maya Blue #77CFFC
RGB
CMYK
RGB Variations
Color information
#77CFFC (or 0x77CFFC) is known color: Maya Blue. HEX triplet: 77, CF and FC. RGB value is (119,207,252). Sum of RGB (Red+Green+Blue) = 119+207+252=578 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.59% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #77CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CFFC is #883003. Grayscale: #B9B9B9. Windows color (decimal): -8925188 or 16568183. OLE color: 16568183.
HSL color Cylindrical-coordinate representation of color #77CFFC: hue angle of 200.3º 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 #77CFFC is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 207 | 252 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.01 |
| HSL | 200.3º | 0.96% | 0.73% | - |
| HSV(B) | 200.3º | 0.53% | 0.99% | - |
| XYZ | 47.49 | 55.58 | 100.32 | - |
| YUV | 185.82 | 165.35 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 252 | 0.53 | 0.18 | 0 | 0.01 | 200.3 | 0.96 | 0.73 |
| Hex | 77 | CF | FC | 35 | 12 | 0 | 1 | C8 | 60 | 49 |
| Octal | 167 | 317 | 374 | 65 | 22 | 0 | 1 | 310 | 140 | 111 |
| Binary | 1110111 | 11001111 | 11111100 | 110101 | 10010 | 0 | 1 | 11001000 | 1100000 | 1001001 |
Color Harmonies of #77CFFC
Complementary color
Monochromatic Colors of #77CFFC
Black with #77CFFC
Text Example
Text Example
White with #77CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CFFC; }
p { color: rgb(119,207,252); }
H1.HeaderClassName
{
color: #77CFFC;
}
.AnyTagClassName
{
color: #77CFFC;
}
</style>
background-color css
<style>
a { background-color: #77CFFC; }
a { background-color: rgb(119,207,252); }
div.DivClassName
{
background-color: #77CFFC;
}
.BgClassName
{
background-color: #77CFFC;
}
</style>
border-color css
<style>
span { border-color: #77CFFC; }
span { border-color: rgb(119,207,252); }
td.TdClassName
{
border-color: #77CFFC;
}
.TagClassName
{
border-color: #77CFFC;
}
</style>