Shades of Maya Blue #78BAFC
Tints of Maya Blue #78BAFC
RGB
CMYK
RGB Variations
Color information
#78BAFC (or 0x78BAFC) is known color: Maya Blue. HEX triplet: 78, BA and FC. RGB value is (120,186,252). Sum of RGB (Red+Green+Blue) = 120+186+252=558 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.51% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #78BAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BAFC is #874503. Grayscale: #ADADAD. Windows color (decimal): -8865028 or 16562808. OLE color: 16562808.
HSL color Cylindrical-coordinate representation of color #78BAFC: hue angle of 210º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78BAFC is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 186 | 252 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.01 |
| HSL | 210º | 0.96% | 0.73% | - |
| HSV(B) | 210º | 0.52% | 0.99% | - |
| XYZ | 42.88 | 46.14 | 98.74 | - |
| YUV | 173.79 | 172.13 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 252 | 0.52 | 0.26 | 0 | 0.01 | 210 | 0.96 | 0.73 |
| Hex | 78 | BA | FC | 34 | 1A | 0 | 1 | D2 | 60 | 49 |
| Octal | 170 | 272 | 374 | 64 | 32 | 0 | 1 | 322 | 140 | 111 |
| Binary | 1111000 | 10111010 | 11111100 | 110100 | 11010 | 0 | 1 | 11010010 | 1100000 | 1001001 |
Color Harmonies of #78BAFC
Complementary color
Monochromatic Colors of #78BAFC
Black with #78BAFC
Text Example
Text Example
White with #78BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BAFC; }
p { color: rgb(120,186,252); }
H1.HeaderClassName
{
color: #78BAFC;
}
.AnyTagClassName
{
color: #78BAFC;
}
</style>
background-color css
<style>
a { background-color: #78BAFC; }
a { background-color: rgb(120,186,252); }
div.DivClassName
{
background-color: #78BAFC;
}
.BgClassName
{
background-color: #78BAFC;
}
</style>
border-color css
<style>
span { border-color: #78BAFC; }
span { border-color: rgb(120,186,252); }
td.TdClassName
{
border-color: #78BAFC;
}
.TagClassName
{
border-color: #78BAFC;
}
</style>