Shades of Maya Blue #77C1FD
Tints of Maya Blue #77C1FD
RGB
CMYK
RGB Variations
Color information
#77C1FD (or 0x77C1FD) is known color: Maya Blue. HEX triplet: 77, C1 and FD. RGB value is (119,193,253). Sum of RGB (Red+Green+Blue) = 119+193+253=565 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.06% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #77C1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C1FD is #883E02. Grayscale: #B1B1B1. Windows color (decimal): -8928771 or 16630135. OLE color: 16630135.
HSL color Cylindrical-coordinate representation of color #77C1FD: hue angle of 206.87º 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 #77C1FD is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 193 | 253 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.01 |
| HSL | 206.87º | 0.97% | 0.73% | - |
| HSV(B) | 206.87º | 0.53% | 0.99% | - |
| XYZ | 44.41 | 49.15 | 100.08 | - |
| YUV | 177.71 | 170.48 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 253 | 0.53 | 0.24 | 0 | 0.01 | 206.87 | 0.97 | 0.73 |
| Hex | 77 | C1 | FD | 35 | 18 | 0 | 1 | CF | 61 | 49 |
| Octal | 167 | 301 | 375 | 65 | 30 | 0 | 1 | 317 | 141 | 111 |
| Binary | 1110111 | 11000001 | 11111101 | 110101 | 11000 | 0 | 1 | 11001111 | 1100001 | 1001001 |
Color Harmonies of #77C1FD
Complementary color
Monochromatic Colors of #77C1FD
Black with #77C1FD
Text Example
Text Example
White with #77C1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C1FD; }
p { color: rgb(119,193,253); }
H1.HeaderClassName
{
color: #77C1FD;
}
.AnyTagClassName
{
color: #77C1FD;
}
</style>
background-color css
<style>
a { background-color: #77C1FD; }
a { background-color: rgb(119,193,253); }
div.DivClassName
{
background-color: #77C1FD;
}
.BgClassName
{
background-color: #77C1FD;
}
</style>
border-color css
<style>
span { border-color: #77C1FD; }
span { border-color: rgb(119,193,253); }
td.TdClassName
{
border-color: #77C1FD;
}
.TagClassName
{
border-color: #77C1FD;
}
</style>