Shades of Maya Blue #78BFFA
Tints of Maya Blue #78BFFA
RGB
CMYK
RGB Variations
Color information
#78BFFA (or 0x78BFFA) is known color: Maya Blue. HEX triplet: 78, BF and FA. RGB value is (120,191,250). Sum of RGB (Red+Green+Blue) = 120+191+250=561 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.39% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #78BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BFFA is #874005. Grayscale: #B0B0B0. Windows color (decimal): -8863750 or 16433016. OLE color: 16433016.
HSL color Cylindrical-coordinate representation of color #78BFFA: hue angle of 207.23º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78BFFA is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 191 | 250 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.02 |
| HSL | 207.23º | 0.93% | 0.73% | - |
| HSV(B) | 207.23º | 0.52% | 0.98% | - |
| XYZ | 43.63 | 48.16 | 97.44 | - |
| YUV | 176.5 | 169.48 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 250 | 0.52 | 0.24 | 0 | 0.02 | 207.23 | 0.93 | 0.73 |
| Hex | 78 | BF | FA | 34 | 18 | 0 | 2 | CF | 5D | 49 |
| Octal | 170 | 277 | 372 | 64 | 30 | 0 | 2 | 317 | 135 | 111 |
| Binary | 1111000 | 10111111 | 11111010 | 110100 | 11000 | 0 | 10 | 11001111 | 1011101 | 1001001 |
Color Harmonies of #78BFFA
Complementary color
Monochromatic Colors of #78BFFA
Black with #78BFFA
Text Example
Text Example
White with #78BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BFFA; }
p { color: rgb(120,191,250); }
H1.HeaderClassName
{
color: #78BFFA;
}
.AnyTagClassName
{
color: #78BFFA;
}
</style>
background-color css
<style>
a { background-color: #78BFFA; }
a { background-color: rgb(120,191,250); }
div.DivClassName
{
background-color: #78BFFA;
}
.BgClassName
{
background-color: #78BFFA;
}
</style>
border-color css
<style>
span { border-color: #78BFFA; }
span { border-color: rgb(120,191,250); }
td.TdClassName
{
border-color: #78BFFA;
}
.TagClassName
{
border-color: #78BFFA;
}
</style>