Shades of Maya Blue #78AAFF
Tints of Maya Blue #78AAFF
RGB
CMYK
RGB Variations
Color information
#78AAFF (or 0x78AAFF) is known color: Maya Blue. HEX triplet: 78, AA and FF. RGB value is (120,170,255). Sum of RGB (Red+Green+Blue) = 120+170+255=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #78AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78AAFF is #875500. Grayscale: #A4A4A4. Windows color (decimal): -8869121 or 16755320. OLE color: 16755320.
HSL color Cylindrical-coordinate representation of color #78AAFF: hue angle of 217.78º 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 #78AAFF is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 170 | 255 | - |
| CMYK | 0.53 | 0.33 | 0 | 0 |
| HSL | 217.78º | 1% | 0.74% | - |
| HSV(B) | 217.78º | 0.53% | 1% | - |
| XYZ | 40.17 | 39.96 | 100.2 | - |
| YUV | 164.74 | 178.94 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 255 | 0.53 | 0.33 | 0 | 0 | 217.78 | 1 | 0.74 |
| Hex | 78 | AA | FF | 35 | 21 | 0 | 0 | DA | 64 | 4A |
| Octal | 170 | 252 | 377 | 65 | 41 | 0 | 0 | 332 | 144 | 112 |
| Binary | 1111000 | 10101010 | 11111111 | 110101 | 100001 | 0 | 0 | 11011010 | 1100100 | 1001010 |
Color Harmonies of #78AAFF
Complementary color
Monochromatic Colors of #78AAFF
Black with #78AAFF
Text Example
Text Example
White with #78AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AAFF; }
p { color: rgb(120,170,255); }
H1.HeaderClassName
{
color: #78AAFF;
}
.AnyTagClassName
{
color: #78AAFF;
}
</style>
background-color css
<style>
a { background-color: #78AAFF; }
a { background-color: rgb(120,170,255); }
div.DivClassName
{
background-color: #78AAFF;
}
.BgClassName
{
background-color: #78AAFF;
}
</style>
border-color css
<style>
span { border-color: #78AAFF; }
span { border-color: rgb(120,170,255); }
td.TdClassName
{
border-color: #78AAFF;
}
.TagClassName
{
border-color: #78AAFF;
}
</style>