Shades of Maya Blue #77CFFD
Tints of Maya Blue #77CFFD
RGB
CMYK
RGB Variations
Color information
#77CFFD (or 0x77CFFD) is known color: Maya Blue. HEX triplet: 77, CF and FD. RGB value is (119,207,253). Sum of RGB (Red+Green+Blue) = 119+207+253=579 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.55% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #77CFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CFFD is #883002. Grayscale: #B9B9B9. Windows color (decimal): -8925187 or 16633719. OLE color: 16633719.
HSL color Cylindrical-coordinate representation of color #77CFFD: hue angle of 200.6º degrees, saturation: 0.97, 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 #77CFFD is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 207 | 253 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.01 |
| HSL | 200.6º | 0.97% | 0.73% | - |
| HSV(B) | 200.6º | 0.53% | 0.99% | - |
| XYZ | 47.65 | 55.64 | 101.16 | - |
| YUV | 185.93 | 165.85 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 253 | 0.53 | 0.18 | 0 | 0.01 | 200.6 | 0.97 | 0.73 |
| Hex | 77 | CF | FD | 35 | 12 | 0 | 1 | C9 | 61 | 49 |
| Octal | 167 | 317 | 375 | 65 | 22 | 0 | 1 | 311 | 141 | 111 |
| Binary | 1110111 | 11001111 | 11111101 | 110101 | 10010 | 0 | 1 | 11001001 | 1100001 | 1001001 |
Color Harmonies of #77CFFD
Complementary color
Monochromatic Colors of #77CFFD
Black with #77CFFD
Text Example
Text Example
White with #77CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CFFD; }
p { color: rgb(119,207,253); }
H1.HeaderClassName
{
color: #77CFFD;
}
.AnyTagClassName
{
color: #77CFFD;
}
</style>
background-color css
<style>
a { background-color: #77CFFD; }
a { background-color: rgb(119,207,253); }
div.DivClassName
{
background-color: #77CFFD;
}
.BgClassName
{
background-color: #77CFFD;
}
</style>
border-color css
<style>
span { border-color: #77CFFD; }
span { border-color: rgb(119,207,253); }
td.TdClassName
{
border-color: #77CFFD;
}
.TagClassName
{
border-color: #77CFFD;
}
</style>