Shades of Maya Blue #78C8EF
Tints of Maya Blue #78C8EF
RGB
CMYK
RGB Variations
Color information
#78C8EF (or 0x78C8EF) is known color: Maya Blue. HEX triplet: 78, C8 and EF. RGB value is (120,200,239). Sum of RGB (Red+Green+Blue) = 120+200+239=559 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.47% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #78C8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C8EF is #873710. Grayscale: #B4B4B4. Windows color (decimal): -8861457 or 15714424. OLE color: 15714424.
HSL color Cylindrical-coordinate representation of color #78C8EF: hue angle of 199.66º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78C8EF is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 200 | 239 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.06 |
| HSL | 199.66º | 0.79% | 0.7% | - |
| HSV(B) | 199.66º | 0.5% | 0.94% | - |
| XYZ | 43.98 | 51.53 | 89.29 | - |
| YUV | 180.53 | 161 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 200 | 239 | 0.50 | 0.16 | 0 | 0.06 | 199.66 | 0.79 | 0.7 |
| Hex | 78 | C8 | EF | 32 | 10 | 0 | 6 | C8 | 4F | 46 |
| Octal | 170 | 310 | 357 | 62 | 20 | 0 | 6 | 310 | 117 | 106 |
| Binary | 1111000 | 11001000 | 11101111 | 110010 | 10000 | 0 | 110 | 11001000 | 1001111 | 1000110 |
Color Harmonies of #78C8EF
Complementary color
Monochromatic Colors of #78C8EF
Black with #78C8EF
Text Example
Text Example
White with #78C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C8EF; }
p { color: rgb(120,200,239); }
H1.HeaderClassName
{
color: #78C8EF;
}
.AnyTagClassName
{
color: #78C8EF;
}
</style>
background-color css
<style>
a { background-color: #78C8EF; }
a { background-color: rgb(120,200,239); }
div.DivClassName
{
background-color: #78C8EF;
}
.BgClassName
{
background-color: #78C8EF;
}
</style>
border-color css
<style>
span { border-color: #78C8EF; }
span { border-color: rgb(120,200,239); }
td.TdClassName
{
border-color: #78C8EF;
}
.TagClassName
{
border-color: #78C8EF;
}
</style>