Shades of Maya Blue #78C2EB
Tints of Maya Blue #78C2EB
RGB
CMYK
RGB Variations
Color information
#78C2EB (or 0x78C2EB) is known color: Maya Blue. HEX triplet: 78, C2 and EB. RGB value is (120,194,235). Sum of RGB (Red+Green+Blue) = 120+194+235=549 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.86% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #78C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C2EB is #873D14. Grayscale: #B0B0B0. Windows color (decimal): -8862997 or 15450744. OLE color: 15450744.
HSL color Cylindrical-coordinate representation of color #78C2EB: hue angle of 201.39º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78C2EB is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 194 | 235 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.08 |
| HSL | 201.39º | 0.74% | 0.7% | - |
| HSV(B) | 201.39º | 0.49% | 0.92% | - |
| XYZ | 42.03 | 48.57 | 85.76 | - |
| YUV | 176.55 | 160.98 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 235 | 0.49 | 0.17 | 0 | 0.08 | 201.39 | 0.74 | 0.7 |
| Hex | 78 | C2 | EB | 31 | 11 | 0 | 8 | C9 | 4A | 46 |
| Octal | 170 | 302 | 353 | 61 | 21 | 0 | 10 | 311 | 112 | 106 |
| Binary | 1111000 | 11000010 | 11101011 | 110001 | 10001 | 0 | 1000 | 11001001 | 1001010 | 1000110 |
Color Harmonies of #78C2EB
Complementary color
Monochromatic Colors of #78C2EB
Black with #78C2EB
Text Example
Text Example
White with #78C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C2EB; }
p { color: rgb(120,194,235); }
H1.HeaderClassName
{
color: #78C2EB;
}
.AnyTagClassName
{
color: #78C2EB;
}
</style>
background-color css
<style>
a { background-color: #78C2EB; }
a { background-color: rgb(120,194,235); }
div.DivClassName
{
background-color: #78C2EB;
}
.BgClassName
{
background-color: #78C2EB;
}
</style>
border-color css
<style>
span { border-color: #78C2EB; }
span { border-color: rgb(120,194,235); }
td.TdClassName
{
border-color: #78C2EB;
}
.TagClassName
{
border-color: #78C2EB;
}
</style>