Shades of Maya Blue #78ADFE
Tints of Maya Blue #78ADFE
RGB
CMYK
RGB Variations
Color information
#78ADFE (or 0x78ADFE) is known color: Maya Blue. HEX triplet: 78, AD and FE. RGB value is (120,173,254). Sum of RGB (Red+Green+Blue) = 120+173+254=547 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.94% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #78ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78ADFE is #875201. Grayscale: #A6A6A6. Windows color (decimal): -8868354 or 16690552. OLE color: 16690552.
HSL color Cylindrical-coordinate representation of color #78ADFE: hue angle of 216.27º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78ADFE is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 173 | 254 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.00 |
| HSL | 216.27º | 0.99% | 0.73% | - |
| HSV(B) | 216.27º | 0.53% | 1% | - |
| XYZ | 40.58 | 41.04 | 99.55 | - |
| YUV | 166.39 | 177.44 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 254 | 0.53 | 0.32 | 0 | 0.00 | 216.27 | 0.99 | 0.73 |
| Hex | 78 | AD | FE | 35 | 20 | 0 | 0 | D8 | 63 | 49 |
| Octal | 170 | 255 | 376 | 65 | 40 | 0 | 0 | 330 | 143 | 111 |
| Binary | 1111000 | 10101101 | 11111110 | 110101 | 100000 | 0 | 0 | 11011000 | 1100011 | 1001001 |
Color Harmonies of #78ADFE
Complementary color
Monochromatic Colors of #78ADFE
Black with #78ADFE
Text Example
Text Example
White with #78ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADFE; }
p { color: rgb(120,173,254); }
H1.HeaderClassName
{
color: #78ADFE;
}
.AnyTagClassName
{
color: #78ADFE;
}
</style>
background-color css
<style>
a { background-color: #78ADFE; }
a { background-color: rgb(120,173,254); }
div.DivClassName
{
background-color: #78ADFE;
}
.BgClassName
{
background-color: #78ADFE;
}
</style>
border-color css
<style>
span { border-color: #78ADFE; }
span { border-color: rgb(120,173,254); }
td.TdClassName
{
border-color: #78ADFE;
}
.TagClassName
{
border-color: #78ADFE;
}
</style>