Shades of Maya Blue #78B9EA
Tints of Maya Blue #78B9EA
RGB
CMYK
RGB Variations
Color information
#78B9EA (or 0x78B9EA) is known color: Maya Blue. HEX triplet: 78, B9 and EA. RGB value is (120,185,234). Sum of RGB (Red+Green+Blue) = 120+185+234=539 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.26% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #78B9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B9EA is #874615. Grayscale: #AAAAAA. Windows color (decimal): -8865302 or 15382904. OLE color: 15382904.
HSL color Cylindrical-coordinate representation of color #78B9EA: hue angle of 205.79º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78B9EA is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 185 | 234 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.08 |
| HSL | 205.79º | 0.73% | 0.69% | - |
| HSV(B) | 205.79º | 0.49% | 0.92% | - |
| XYZ | 39.95 | 44.63 | 84.35 | - |
| YUV | 171.15 | 163.47 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 185 | 234 | 0.49 | 0.21 | 0 | 0.08 | 205.79 | 0.73 | 0.69 |
| Hex | 78 | B9 | EA | 31 | 15 | 0 | 8 | CE | 49 | 45 |
| Octal | 170 | 271 | 352 | 61 | 25 | 0 | 10 | 316 | 111 | 105 |
| Binary | 1111000 | 10111001 | 11101010 | 110001 | 10101 | 0 | 1000 | 11001110 | 1001001 | 1000101 |
Color Harmonies of #78B9EA
Complementary color
Monochromatic Colors of #78B9EA
Black with #78B9EA
Text Example
Text Example
White with #78B9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B9EA; }
p { color: rgb(120,185,234); }
H1.HeaderClassName
{
color: #78B9EA;
}
.AnyTagClassName
{
color: #78B9EA;
}
</style>
background-color css
<style>
a { background-color: #78B9EA; }
a { background-color: rgb(120,185,234); }
div.DivClassName
{
background-color: #78B9EA;
}
.BgClassName
{
background-color: #78B9EA;
}
</style>
border-color css
<style>
span { border-color: #78B9EA; }
span { border-color: rgb(120,185,234); }
td.TdClassName
{
border-color: #78B9EA;
}
.TagClassName
{
border-color: #78B9EA;
}
</style>