Shades of Maya Blue #78B1F7
Tints of Maya Blue #78B1F7
RGB
CMYK
RGB Variations
Color information
#78B1F7 (or 0x78B1F7) is known color: Maya Blue. HEX triplet: 78, B1 and F7. RGB value is (120,177,247). Sum of RGB (Red+Green+Blue) = 120+177+247=544 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.06% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #78B1F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78B1F7 is #874E08. Grayscale: #A7A7A7. Windows color (decimal): -8867337 or 16232824. OLE color: 16232824.
HSL color Cylindrical-coordinate representation of color #78B1F7: hue angle of 213.07º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78B1F7 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 177 | 247 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.03 |
| HSL | 213.07º | 0.89% | 0.72% | - |
| HSV(B) | 213.07º | 0.51% | 0.97% | - |
| XYZ | 40.26 | 42.15 | 94.01 | - |
| YUV | 167.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 177 | 247 | 0.51 | 0.28 | 0 | 0.03 | 213.07 | 0.89 | 0.72 |
| Hex | 78 | B1 | F7 | 33 | 1C | 0 | 3 | D5 | 59 | 48 |
| Octal | 170 | 261 | 367 | 63 | 34 | 0 | 3 | 325 | 131 | 110 |
| Binary | 1111000 | 10110001 | 11110111 | 110011 | 11100 | 0 | 11 | 11010101 | 1011001 | 1001000 |
Color Harmonies of #78B1F7
Complementary color
Monochromatic Colors of #78B1F7
Black with #78B1F7
Text Example
Text Example
White with #78B1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B1F7; }
p { color: rgb(120,177,247); }
H1.HeaderClassName
{
color: #78B1F7;
}
.AnyTagClassName
{
color: #78B1F7;
}
</style>
background-color css
<style>
a { background-color: #78B1F7; }
a { background-color: rgb(120,177,247); }
div.DivClassName
{
background-color: #78B1F7;
}
.BgClassName
{
background-color: #78B1F7;
}
</style>
border-color css
<style>
span { border-color: #78B1F7; }
span { border-color: rgb(120,177,247); }
td.TdClassName
{
border-color: #78B1F7;
}
.TagClassName
{
border-color: #78B1F7;
}
</style>