Shades of Maya Blue #78BFFD
Tints of Maya Blue #78BFFD
RGB
CMYK
RGB Variations
Color information
#78BFFD (or 0x78BFFD) is known color: Maya Blue. HEX triplet: 78, BF and FD. RGB value is (120,191,253). Sum of RGB (Red+Green+Blue) = 120+191+253=564 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.28% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #78BFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BFFD is #874002. Grayscale: #B0B0B0. Windows color (decimal): -8863747 or 16629624. OLE color: 16629624.
HSL color Cylindrical-coordinate representation of color #78BFFD: hue angle of 207.97º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78BFFD is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 191 | 253 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.01 |
| HSL | 207.97º | 0.97% | 0.73% | - |
| HSV(B) | 207.97º | 0.53% | 0.99% | - |
| XYZ | 44.11 | 48.35 | 99.94 | - |
| YUV | 176.84 | 170.98 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 253 | 0.53 | 0.25 | 0 | 0.01 | 207.97 | 0.97 | 0.73 |
| Hex | 78 | BF | FD | 35 | 19 | 0 | 1 | D0 | 61 | 49 |
| Octal | 170 | 277 | 375 | 65 | 31 | 0 | 1 | 320 | 141 | 111 |
| Binary | 1111000 | 10111111 | 11111101 | 110101 | 11001 | 0 | 1 | 11010000 | 1100001 | 1001001 |
Color Harmonies of #78BFFD
Complementary color
Monochromatic Colors of #78BFFD
Black with #78BFFD
Text Example
Text Example
White with #78BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BFFD; }
p { color: rgb(120,191,253); }
H1.HeaderClassName
{
color: #78BFFD;
}
.AnyTagClassName
{
color: #78BFFD;
}
</style>
background-color css
<style>
a { background-color: #78BFFD; }
a { background-color: rgb(120,191,253); }
div.DivClassName
{
background-color: #78BFFD;
}
.BgClassName
{
background-color: #78BFFD;
}
</style>
border-color css
<style>
span { border-color: #78BFFD; }
span { border-color: rgb(120,191,253); }
td.TdClassName
{
border-color: #78BFFD;
}
.TagClassName
{
border-color: #78BFFD;
}
</style>