Shades of Maya Blue #77CCFD
Tints of Maya Blue #77CCFD
RGB
CMYK
RGB Variations
Color information
#77CCFD (or 0x77CCFD) is known color: Maya Blue. HEX triplet: 77, CC and FD. RGB value is (119,204,253). Sum of RGB (Red+Green+Blue) = 119+204+253=576 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.66% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #77CCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CCFD is #883302. Grayscale: #B7B7B7. Windows color (decimal): -8925955 or 16632951. OLE color: 16632951.
HSL color Cylindrical-coordinate representation of color #77CCFD: hue angle of 201.94º 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 #77CCFD is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 204 | 253 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.01 |
| HSL | 201.94º | 0.97% | 0.73% | - |
| HSV(B) | 201.94º | 0.53% | 0.99% | - |
| XYZ | 46.93 | 54.2 | 100.92 | - |
| YUV | 184.17 | 166.84 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 253 | 0.53 | 0.19 | 0 | 0.01 | 201.94 | 0.97 | 0.73 |
| Hex | 77 | CC | FD | 35 | 13 | 0 | 1 | CA | 61 | 49 |
| Octal | 167 | 314 | 375 | 65 | 23 | 0 | 1 | 312 | 141 | 111 |
| Binary | 1110111 | 11001100 | 11111101 | 110101 | 10011 | 0 | 1 | 11001010 | 1100001 | 1001001 |
Color Harmonies of #77CCFD
Complementary color
Monochromatic Colors of #77CCFD
Black with #77CCFD
Text Example
Text Example
White with #77CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CCFD; }
p { color: rgb(119,204,253); }
H1.HeaderClassName
{
color: #77CCFD;
}
.AnyTagClassName
{
color: #77CCFD;
}
</style>
background-color css
<style>
a { background-color: #77CCFD; }
a { background-color: rgb(119,204,253); }
div.DivClassName
{
background-color: #77CCFD;
}
.BgClassName
{
background-color: #77CCFD;
}
</style>
border-color css
<style>
span { border-color: #77CCFD; }
span { border-color: rgb(119,204,253); }
td.TdClassName
{
border-color: #77CCFD;
}
.TagClassName
{
border-color: #77CCFD;
}
</style>