Shades of Maya Blue #78B8FF
Tints of Maya Blue #78B8FF
RGB
CMYK
RGB Variations
Color information
#78B8FF (or 0x78B8FF) is known color: Maya Blue. HEX triplet: 78, B8 and FF. RGB value is (120,184,255). Sum of RGB (Red+Green+Blue) = 120+184+255=559 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.47% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #78B8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B8FF is #874700. Grayscale: #ACACAC. Windows color (decimal): -8865537 or 16758904. OLE color: 16758904.
HSL color Cylindrical-coordinate representation of color #78B8FF: hue angle of 211.56º 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 #78B8FF is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 184 | 255 | - |
| CMYK | 0.53 | 0.28 | 0 | 0 |
| HSL | 211.56º | 1% | 0.74% | - |
| HSV(B) | 211.56º | 0.53% | 1% | - |
| XYZ | 42.94 | 45.49 | 101.13 | - |
| YUV | 172.96 | 174.3 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 255 | 0.53 | 0.28 | 0 | 0 | 211.56 | 1 | 0.74 |
| Hex | 78 | B8 | FF | 35 | 1C | 0 | 0 | D4 | 64 | 4A |
| Octal | 170 | 270 | 377 | 65 | 34 | 0 | 0 | 324 | 144 | 112 |
| Binary | 1111000 | 10111000 | 11111111 | 110101 | 11100 | 0 | 0 | 11010100 | 1100100 | 1001010 |
Color Harmonies of #78B8FF
Complementary color
Monochromatic Colors of #78B8FF
Black with #78B8FF
Text Example
Text Example
White with #78B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B8FF; }
p { color: rgb(120,184,255); }
H1.HeaderClassName
{
color: #78B8FF;
}
.AnyTagClassName
{
color: #78B8FF;
}
</style>
background-color css
<style>
a { background-color: #78B8FF; }
a { background-color: rgb(120,184,255); }
div.DivClassName
{
background-color: #78B8FF;
}
.BgClassName
{
background-color: #78B8FF;
}
</style>
border-color css
<style>
span { border-color: #78B8FF; }
span { border-color: rgb(120,184,255); }
td.TdClassName
{
border-color: #78B8FF;
}
.TagClassName
{
border-color: #78B8FF;
}
</style>