Shades of Maya Blue #78ADFF
Tints of Maya Blue #78ADFF
RGB
CMYK
RGB Variations
Color information
#78ADFF (or 0x78ADFF) is known color: Maya Blue. HEX triplet: 78, AD and FF. RGB value is (120,173,255). Sum of RGB (Red+Green+Blue) = 120+173+255=548 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.90% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #78ADFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78ADFF is #875200. Grayscale: #A6A6A6. Windows color (decimal): -8868353 or 16756088. OLE color: 16756088.
HSL color Cylindrical-coordinate representation of color #78ADFF: hue angle of 216.44º 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 #78ADFF is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 173 | 255 | - |
| CMYK | 0.53 | 0.32 | 0 | 0 |
| HSL | 216.44º | 1% | 0.74% | - |
| HSV(B) | 216.44º | 0.53% | 1% | - |
| XYZ | 40.74 | 41.1 | 100.39 | - |
| YUV | 166.5 | 177.94 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 255 | 0.53 | 0.32 | 0 | 0 | 216.44 | 1 | 0.74 |
| Hex | 78 | AD | FF | 35 | 20 | 0 | 0 | D8 | 64 | 4A |
| Octal | 170 | 255 | 377 | 65 | 40 | 0 | 0 | 330 | 144 | 112 |
| Binary | 1111000 | 10101101 | 11111111 | 110101 | 100000 | 0 | 0 | 11011000 | 1100100 | 1001010 |
Color Harmonies of #78ADFF
Complementary color
Monochromatic Colors of #78ADFF
Black with #78ADFF
Text Example
Text Example
White with #78ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADFF; }
p { color: rgb(120,173,255); }
H1.HeaderClassName
{
color: #78ADFF;
}
.AnyTagClassName
{
color: #78ADFF;
}
</style>
background-color css
<style>
a { background-color: #78ADFF; }
a { background-color: rgb(120,173,255); }
div.DivClassName
{
background-color: #78ADFF;
}
.BgClassName
{
background-color: #78ADFF;
}
</style>
border-color css
<style>
span { border-color: #78ADFF; }
span { border-color: rgb(120,173,255); }
td.TdClassName
{
border-color: #78ADFF;
}
.TagClassName
{
border-color: #78ADFF;
}
</style>