Shades of Maya Blue #77CFFF
Tints of Maya Blue #77CFFF
RGB
CMYK
RGB Variations
Color information
#77CFFF (or 0x77CFFF) is known color: Maya Blue. HEX triplet: 77, CF and FF. RGB value is (119,207,255). Sum of RGB (Red+Green+Blue) = 119+207+255=581 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.48% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #77CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CFFF is #883000. Grayscale: #B9B9B9. Windows color (decimal): -8925185 or 16764791. OLE color: 16764791.
HSL color Cylindrical-coordinate representation of color #77CFFF: hue angle of 201.18º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77CFFF is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 207 | 255 | - |
| CMYK | 0.53 | 0.19 | 0 | 0 |
| HSL | 201.18º | 1% | 0.73% | - |
| HSV(B) | 201.18º | 0.53% | 1% | - |
| XYZ | 47.97 | 55.77 | 102.84 | - |
| YUV | 186.16 | 166.85 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 255 | 0.53 | 0.19 | 0 | 0 | 201.18 | 1 | 0.73 |
| Hex | 77 | CF | FF | 35 | 13 | 0 | 0 | C9 | 64 | 49 |
| Octal | 167 | 317 | 377 | 65 | 23 | 0 | 0 | 311 | 144 | 111 |
| Binary | 1110111 | 11001111 | 11111111 | 110101 | 10011 | 0 | 0 | 11001001 | 1100100 | 1001001 |
Color Harmonies of #77CFFF
Complementary color
Monochromatic Colors of #77CFFF
Black with #77CFFF
Text Example
Text Example
White with #77CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CFFF; }
p { color: rgb(119,207,255); }
H1.HeaderClassName
{
color: #77CFFF;
}
.AnyTagClassName
{
color: #77CFFF;
}
</style>
background-color css
<style>
a { background-color: #77CFFF; }
a { background-color: rgb(119,207,255); }
div.DivClassName
{
background-color: #77CFFF;
}
.BgClassName
{
background-color: #77CFFF;
}
</style>
border-color css
<style>
span { border-color: #77CFFF; }
span { border-color: rgb(119,207,255); }
td.TdClassName
{
border-color: #77CFFF;
}
.TagClassName
{
border-color: #77CFFF;
}
</style>