Shades of Maya Blue #78BEFF
Tints of Maya Blue #78BEFF
RGB
CMYK
RGB Variations
Color information
#78BEFF (or 0x78BEFF) is known color: Maya Blue. HEX triplet: 78, BE and FF. RGB value is (120,190,255). Sum of RGB (Red+Green+Blue) = 120+190+255=565 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.24% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #78BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BEFF is #874100. Grayscale: #B0B0B0. Windows color (decimal): -8864001 or 16760440. OLE color: 16760440.
HSL color Cylindrical-coordinate representation of color #78BEFF: hue angle of 208.89º 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 #78BEFF is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 190 | 255 | - |
| CMYK | 0.53 | 0.25 | 0 | 0 |
| HSL | 208.89º | 1% | 0.74% | - |
| HSV(B) | 208.89º | 0.53% | 1% | - |
| XYZ | 44.21 | 48.04 | 101.55 | - |
| YUV | 176.48 | 172.31 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 255 | 0.53 | 0.25 | 0 | 0 | 208.89 | 1 | 0.74 |
| Hex | 78 | BE | FF | 35 | 19 | 0 | 0 | D1 | 64 | 4A |
| Octal | 170 | 276 | 377 | 65 | 31 | 0 | 0 | 321 | 144 | 112 |
| Binary | 1111000 | 10111110 | 11111111 | 110101 | 11001 | 0 | 0 | 11010001 | 1100100 | 1001010 |
Color Harmonies of #78BEFF
Complementary color
Monochromatic Colors of #78BEFF
Black with #78BEFF
Text Example
Text Example
White with #78BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BEFF; }
p { color: rgb(120,190,255); }
H1.HeaderClassName
{
color: #78BEFF;
}
.AnyTagClassName
{
color: #78BEFF;
}
</style>
background-color css
<style>
a { background-color: #78BEFF; }
a { background-color: rgb(120,190,255); }
div.DivClassName
{
background-color: #78BEFF;
}
.BgClassName
{
background-color: #78BEFF;
}
</style>
border-color css
<style>
span { border-color: #78BEFF; }
span { border-color: rgb(120,190,255); }
td.TdClassName
{
border-color: #78BEFF;
}
.TagClassName
{
border-color: #78BEFF;
}
</style>