Shades of Maya Blue #78BBFE
Tints of Maya Blue #78BBFE
RGB
CMYK
RGB Variations
Color information
#78BBFE (or 0x78BBFE) is known color: Maya Blue. HEX triplet: 78, BB and FE. RGB value is (120,187,254). Sum of RGB (Red+Green+Blue) = 120+187+254=561 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.39% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #78BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BBFE is #874401. Grayscale: #AEAEAE. Windows color (decimal): -8864770 or 16694136. OLE color: 16694136.
HSL color Cylindrical-coordinate representation of color #78BBFE: hue angle of 210º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78BBFE is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 187 | 254 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.00 |
| HSL | 210º | 0.99% | 0.73% | - |
| HSV(B) | 210º | 0.53% | 1% | - |
| XYZ | 43.41 | 46.69 | 100.49 | - |
| YUV | 174.61 | 172.8 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 254 | 0.53 | 0.26 | 0 | 0.00 | 210 | 0.99 | 0.73 |
| Hex | 78 | BB | FE | 35 | 1A | 0 | 0 | D2 | 63 | 49 |
| Octal | 170 | 273 | 376 | 65 | 32 | 0 | 0 | 322 | 143 | 111 |
| Binary | 1111000 | 10111011 | 11111110 | 110101 | 11010 | 0 | 0 | 11010010 | 1100011 | 1001001 |
Color Harmonies of #78BBFE
Complementary color
Monochromatic Colors of #78BBFE
Black with #78BBFE
Text Example
Text Example
White with #78BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BBFE; }
p { color: rgb(120,187,254); }
H1.HeaderClassName
{
color: #78BBFE;
}
.AnyTagClassName
{
color: #78BBFE;
}
</style>
background-color css
<style>
a { background-color: #78BBFE; }
a { background-color: rgb(120,187,254); }
div.DivClassName
{
background-color: #78BBFE;
}
.BgClassName
{
background-color: #78BBFE;
}
</style>
border-color css
<style>
span { border-color: #78BBFE; }
span { border-color: rgb(120,187,254); }
td.TdClassName
{
border-color: #78BBFE;
}
.TagClassName
{
border-color: #78BBFE;
}
</style>