Shades of Maya Blue #78AEFF
Tints of Maya Blue #78AEFF
RGB
CMYK
RGB Variations
Color information
#78AEFF (or 0x78AEFF) is known color: Maya Blue. HEX triplet: 78, AE and FF. RGB value is (120,174,255). Sum of RGB (Red+Green+Blue) = 120+174+255=549 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.86% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #78AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78AEFF is #875100. Grayscale: #A6A6A6. Windows color (decimal): -8868097 or 16756344. OLE color: 16756344.
HSL color Cylindrical-coordinate representation of color #78AEFF: hue angle of 216º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78AEFF is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 174 | 255 | - |
| CMYK | 0.53 | 0.32 | 0 | 0 |
| HSL | 216º | 1% | 0.74% | - |
| HSV(B) | 216º | 0.53% | 1% | - |
| XYZ | 40.93 | 41.49 | 100.46 | - |
| YUV | 167.09 | 177.61 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 174 | 255 | 0.53 | 0.32 | 0 | 0 | 216 | 1 | 0.74 |
| Hex | 78 | AE | FF | 35 | 20 | 0 | 0 | D8 | 64 | 4A |
| Octal | 170 | 256 | 377 | 65 | 40 | 0 | 0 | 330 | 144 | 112 |
| Binary | 1111000 | 10101110 | 11111111 | 110101 | 100000 | 0 | 0 | 11011000 | 1100100 | 1001010 |
Color Harmonies of #78AEFF
Complementary color
Monochromatic Colors of #78AEFF
Black with #78AEFF
Text Example
Text Example
White with #78AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AEFF; }
p { color: rgb(120,174,255); }
H1.HeaderClassName
{
color: #78AEFF;
}
.AnyTagClassName
{
color: #78AEFF;
}
</style>
background-color css
<style>
a { background-color: #78AEFF; }
a { background-color: rgb(120,174,255); }
div.DivClassName
{
background-color: #78AEFF;
}
.BgClassName
{
background-color: #78AEFF;
}
</style>
border-color css
<style>
span { border-color: #78AEFF; }
span { border-color: rgb(120,174,255); }
td.TdClassName
{
border-color: #78AEFF;
}
.TagClassName
{
border-color: #78AEFF;
}
</style>