Shades of Maya Blue #77CCFC
Tints of Maya Blue #77CCFC
RGB
CMYK
RGB Variations
Color information
#77CCFC (or 0x77CCFC) is known color: Maya Blue. HEX triplet: 77, CC and FC. RGB value is (119,204,252). Sum of RGB (Red+Green+Blue) = 119+204+252=575 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.70% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #77CCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CCFC is #883303. Grayscale: #B7B7B7. Windows color (decimal): -8925956 or 16567415. OLE color: 16567415.
HSL color Cylindrical-coordinate representation of color #77CCFC: hue angle of 201.65º 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 #77CCFC is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 204 | 252 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.01 |
| HSL | 201.65º | 0.96% | 0.73% | - |
| HSV(B) | 201.65º | 0.53% | 0.99% | - |
| XYZ | 46.77 | 54.14 | 100.08 | - |
| YUV | 184.06 | 166.34 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 252 | 0.53 | 0.19 | 0 | 0.01 | 201.65 | 0.96 | 0.73 |
| Hex | 77 | CC | FC | 35 | 13 | 0 | 1 | CA | 60 | 49 |
| Octal | 167 | 314 | 374 | 65 | 23 | 0 | 1 | 312 | 140 | 111 |
| Binary | 1110111 | 11001100 | 11111100 | 110101 | 10011 | 0 | 1 | 11001010 | 1100000 | 1001001 |
Color Harmonies of #77CCFC
Complementary color
Monochromatic Colors of #77CCFC
Black with #77CCFC
Text Example
Text Example
White with #77CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CCFC; }
p { color: rgb(119,204,252); }
H1.HeaderClassName
{
color: #77CCFC;
}
.AnyTagClassName
{
color: #77CCFC;
}
</style>
background-color css
<style>
a { background-color: #77CCFC; }
a { background-color: rgb(119,204,252); }
div.DivClassName
{
background-color: #77CCFC;
}
.BgClassName
{
background-color: #77CCFC;
}
</style>
border-color css
<style>
span { border-color: #77CCFC; }
span { border-color: rgb(119,204,252); }
td.TdClassName
{
border-color: #77CCFC;
}
.TagClassName
{
border-color: #77CCFC;
}
</style>