Shades of Maya Blue #78BFF1
Tints of Maya Blue #78BFF1
RGB
CMYK
RGB Variations
Color information
#78BFF1 (or 0x78BFF1) is known color: Maya Blue. HEX triplet: 78, BF and F1. RGB value is (120,191,241). Sum of RGB (Red+Green+Blue) = 120+191+241=552 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.74% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #78BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BFF1 is #87400E. Grayscale: #AFAFAF. Windows color (decimal): -8863759 or 15843192. OLE color: 15843192.
HSL color Cylindrical-coordinate representation of color #78BFF1: hue angle of 204.79º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78BFF1 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 191 | 241 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.05 |
| HSL | 204.79º | 0.81% | 0.71% | - |
| HSV(B) | 204.79º | 0.5% | 0.95% | - |
| XYZ | 42.25 | 47.61 | 90.18 | - |
| YUV | 175.47 | 164.98 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 241 | 0.50 | 0.21 | 0 | 0.05 | 204.79 | 0.81 | 0.71 |
| Hex | 78 | BF | F1 | 32 | 15 | 0 | 5 | CD | 51 | 47 |
| Octal | 170 | 277 | 361 | 62 | 25 | 0 | 5 | 315 | 121 | 107 |
| Binary | 1111000 | 10111111 | 11110001 | 110010 | 10101 | 0 | 101 | 11001101 | 1010001 | 1000111 |
Color Harmonies of #78BFF1
Complementary color
Monochromatic Colors of #78BFF1
Black with #78BFF1
Text Example
Text Example
White with #78BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BFF1; }
p { color: rgb(120,191,241); }
H1.HeaderClassName
{
color: #78BFF1;
}
.AnyTagClassName
{
color: #78BFF1;
}
</style>
background-color css
<style>
a { background-color: #78BFF1; }
a { background-color: rgb(120,191,241); }
div.DivClassName
{
background-color: #78BFF1;
}
.BgClassName
{
background-color: #78BFF1;
}
</style>
border-color css
<style>
span { border-color: #78BFF1; }
span { border-color: rgb(120,191,241); }
td.TdClassName
{
border-color: #78BFF1;
}
.TagClassName
{
border-color: #78BFF1;
}
</style>