Shades of Maya Blue #78BCFF
Tints of Maya Blue #78BCFF
RGB
CMYK
RGB Variations
Color information
#78BCFF (or 0x78BCFF) is known color: Maya Blue. HEX triplet: 78, BC and FF. RGB value is (120,188,255). Sum of RGB (Red+Green+Blue) = 120+188+255=563 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.31% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #78BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BCFF is #874300. Grayscale: #AEAEAE. Windows color (decimal): -8864513 or 16759928. OLE color: 16759928.
HSL color Cylindrical-coordinate representation of color #78BCFF: hue angle of 209.78º 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 #78BCFF is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 188 | 255 | - |
| CMYK | 0.53 | 0.26 | 0 | 0 |
| HSL | 209.78º | 1% | 0.74% | - |
| HSV(B) | 209.78º | 0.53% | 1% | - |
| XYZ | 43.78 | 47.18 | 101.41 | - |
| YUV | 175.31 | 172.97 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 255 | 0.53 | 0.26 | 0 | 0 | 209.78 | 1 | 0.74 |
| Hex | 78 | BC | FF | 35 | 1A | 0 | 0 | D2 | 64 | 4A |
| Octal | 170 | 274 | 377 | 65 | 32 | 0 | 0 | 322 | 144 | 112 |
| Binary | 1111000 | 10111100 | 11111111 | 110101 | 11010 | 0 | 0 | 11010010 | 1100100 | 1001010 |
Color Harmonies of #78BCFF
Complementary color
Monochromatic Colors of #78BCFF
Black with #78BCFF
Text Example
Text Example
White with #78BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BCFF; }
p { color: rgb(120,188,255); }
H1.HeaderClassName
{
color: #78BCFF;
}
.AnyTagClassName
{
color: #78BCFF;
}
</style>
background-color css
<style>
a { background-color: #78BCFF; }
a { background-color: rgb(120,188,255); }
div.DivClassName
{
background-color: #78BCFF;
}
.BgClassName
{
background-color: #78BCFF;
}
</style>
border-color css
<style>
span { border-color: #78BCFF; }
span { border-color: rgb(120,188,255); }
td.TdClassName
{
border-color: #78BCFF;
}
.TagClassName
{
border-color: #78BCFF;
}
</style>