Shades of Maya Blue #77CDF6
Tints of Maya Blue #77CDF6
RGB
CMYK
RGB Variations
Color information
#77CDF6 (or 0x77CDF6) is known color: Maya Blue. HEX triplet: 77, CD and F6. RGB value is (119,205,246). Sum of RGB (Red+Green+Blue) = 119+205+246=570 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.88% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #77CDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CDF6 is #883209. Grayscale: #B7B7B7. Windows color (decimal): -8925706 or 16174455. OLE color: 16174455.
HSL color Cylindrical-coordinate representation of color #77CDF6: hue angle of 199.37º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77CDF6 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 205 | 246 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.04 |
| HSL | 199.37º | 0.88% | 0.72% | - |
| HSV(B) | 199.37º | 0.52% | 0.96% | - |
| XYZ | 46.07 | 54.24 | 95.23 | - |
| YUV | 183.96 | 163.01 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 246 | 0.52 | 0.17 | 0 | 0.04 | 199.37 | 0.88 | 0.72 |
| Hex | 77 | CD | F6 | 34 | 11 | 0 | 4 | C7 | 58 | 48 |
| Octal | 167 | 315 | 366 | 64 | 21 | 0 | 4 | 307 | 130 | 110 |
| Binary | 1110111 | 11001101 | 11110110 | 110100 | 10001 | 0 | 100 | 11000111 | 1011000 | 1001000 |
Color Harmonies of #77CDF6
Complementary color
Monochromatic Colors of #77CDF6
Black with #77CDF6
Text Example
Text Example
White with #77CDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDF6; }
p { color: rgb(119,205,246); }
H1.HeaderClassName
{
color: #77CDF6;
}
.AnyTagClassName
{
color: #77CDF6;
}
</style>
background-color css
<style>
a { background-color: #77CDF6; }
a { background-color: rgb(119,205,246); }
div.DivClassName
{
background-color: #77CDF6;
}
.BgClassName
{
background-color: #77CDF6;
}
</style>
border-color css
<style>
span { border-color: #77CDF6; }
span { border-color: rgb(119,205,246); }
td.TdClassName
{
border-color: #77CDF6;
}
.TagClassName
{
border-color: #77CDF6;
}
</style>