Shades of Maya Blue #77CCF3
Tints of Maya Blue #77CCF3
RGB
CMYK
RGB Variations
Color information
#77CCF3 (or 0x77CCF3) is known color: Maya Blue. HEX triplet: 77, CC and F3. RGB value is (119,204,243). Sum of RGB (Red+Green+Blue) = 119+204+243=566 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.02% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #77CCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CCF3 is #88330C. Grayscale: #B6B6B6. Windows color (decimal): -8925965 or 15977591. OLE color: 15977591.
HSL color Cylindrical-coordinate representation of color #77CCF3: hue angle of 198.87º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77CCF3 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 204 | 243 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.05 |
| HSL | 198.87º | 0.84% | 0.71% | - |
| HSV(B) | 198.87º | 0.51% | 0.95% | - |
| XYZ | 45.38 | 53.58 | 92.74 | - |
| YUV | 183.03 | 161.84 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 243 | 0.51 | 0.16 | 0 | 0.05 | 198.87 | 0.84 | 0.71 |
| Hex | 77 | CC | F3 | 33 | 10 | 0 | 5 | C7 | 54 | 47 |
| Octal | 167 | 314 | 363 | 63 | 20 | 0 | 5 | 307 | 124 | 107 |
| Binary | 1110111 | 11001100 | 11110011 | 110011 | 10000 | 0 | 101 | 11000111 | 1010100 | 1000111 |
Color Harmonies of #77CCF3
Complementary color
Monochromatic Colors of #77CCF3
Black with #77CCF3
Text Example
Text Example
White with #77CCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CCF3; }
p { color: rgb(119,204,243); }
H1.HeaderClassName
{
color: #77CCF3;
}
.AnyTagClassName
{
color: #77CCF3;
}
</style>
background-color css
<style>
a { background-color: #77CCF3; }
a { background-color: rgb(119,204,243); }
div.DivClassName
{
background-color: #77CCF3;
}
.BgClassName
{
background-color: #77CCF3;
}
</style>
border-color css
<style>
span { border-color: #77CCF3; }
span { border-color: rgb(119,204,243); }
td.TdClassName
{
border-color: #77CCF3;
}
.TagClassName
{
border-color: #77CCF3;
}
</style>