Shades of Maya Blue #77CDFE
Tints of Maya Blue #77CDFE
RGB
CMYK
RGB Variations
Color information
#77CDFE (or 0x77CDFE) is known color: Maya Blue. HEX triplet: 77, CD and FE. RGB value is (119,205,254). Sum of RGB (Red+Green+Blue) = 119+205+254=578 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.59% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #77CDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CDFE is #883201. Grayscale: #B8B8B8. Windows color (decimal): -8925698 or 16698743. OLE color: 16698743.
HSL color Cylindrical-coordinate representation of color #77CDFE: hue angle of 201.78º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77CDFE is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 205 | 254 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.00 |
| HSL | 201.78º | 0.99% | 0.73% | - |
| HSV(B) | 201.78º | 0.53% | 1% | - |
| XYZ | 47.33 | 54.74 | 101.84 | - |
| YUV | 184.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 254 | 0.53 | 0.19 | 0 | 0.00 | 201.78 | 0.99 | 0.73 |
| Hex | 77 | CD | FE | 35 | 13 | 0 | 0 | CA | 63 | 49 |
| Octal | 167 | 315 | 376 | 65 | 23 | 0 | 0 | 312 | 143 | 111 |
| Binary | 1110111 | 11001101 | 11111110 | 110101 | 10011 | 0 | 0 | 11001010 | 1100011 | 1001001 |
Color Harmonies of #77CDFE
Complementary color
Monochromatic Colors of #77CDFE
Black with #77CDFE
Text Example
Text Example
White with #77CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDFE; }
p { color: rgb(119,205,254); }
H1.HeaderClassName
{
color: #77CDFE;
}
.AnyTagClassName
{
color: #77CDFE;
}
</style>
background-color css
<style>
a { background-color: #77CDFE; }
a { background-color: rgb(119,205,254); }
div.DivClassName
{
background-color: #77CDFE;
}
.BgClassName
{
background-color: #77CDFE;
}
</style>
border-color css
<style>
span { border-color: #77CDFE; }
span { border-color: rgb(119,205,254); }
td.TdClassName
{
border-color: #77CDFE;
}
.TagClassName
{
border-color: #77CDFE;
}
</style>