Shades of Maya Blue #78B2FF
Tints of Maya Blue #78B2FF
RGB
CMYK
RGB Variations
Color information
#78B2FF (or 0x78B2FF) is known color: Maya Blue. HEX triplet: 78, B2 and FF. RGB value is (120,178,255). Sum of RGB (Red+Green+Blue) = 120+178+255=553 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.70% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #78B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78B2FF is #874D00. Grayscale: #A9A9A9. Windows color (decimal): -8867073 or 16757368. OLE color: 16757368.
HSL color Cylindrical-coordinate representation of color #78B2FF: hue angle of 214.22º 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 #78B2FF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 178 | 255 | - |
| CMYK | 0.53 | 0.30 | 0 | 0 |
| HSL | 214.22º | 1% | 0.74% | - |
| HSV(B) | 214.22º | 0.53% | 1% | - |
| XYZ | 41.72 | 43.05 | 100.72 | - |
| YUV | 169.44 | 176.28 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 178 | 255 | 0.53 | 0.30 | 0 | 0 | 214.22 | 1 | 0.74 |
| Hex | 78 | B2 | FF | 35 | 1E | 0 | 0 | D6 | 64 | 4A |
| Octal | 170 | 262 | 377 | 65 | 36 | 0 | 0 | 326 | 144 | 112 |
| Binary | 1111000 | 10110010 | 11111111 | 110101 | 11110 | 0 | 0 | 11010110 | 1100100 | 1001010 |
Color Harmonies of #78B2FF
Complementary color
Monochromatic Colors of #78B2FF
Black with #78B2FF
Text Example
Text Example
White with #78B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B2FF; }
p { color: rgb(120,178,255); }
H1.HeaderClassName
{
color: #78B2FF;
}
.AnyTagClassName
{
color: #78B2FF;
}
</style>
background-color css
<style>
a { background-color: #78B2FF; }
a { background-color: rgb(120,178,255); }
div.DivClassName
{
background-color: #78B2FF;
}
.BgClassName
{
background-color: #78B2FF;
}
</style>
border-color css
<style>
span { border-color: #78B2FF; }
span { border-color: rgb(120,178,255); }
td.TdClassName
{
border-color: #78B2FF;
}
.TagClassName
{
border-color: #78B2FF;
}
</style>