Shades of Maya Blue #78C0FD
Tints of Maya Blue #78C0FD
RGB
CMYK
RGB Variations
Color information
#78C0FD (or 0x78C0FD) is known color: Maya Blue. HEX triplet: 78, C0 and FD. RGB value is (120,192,253). Sum of RGB (Red+Green+Blue) = 120+192+253=565 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.24% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #78C0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C0FD is #873F02. Grayscale: #B1B1B1. Windows color (decimal): -8863491 or 16629880. OLE color: 16629880.
HSL color Cylindrical-coordinate representation of color #78C0FD: hue angle of 207.52º 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 #78C0FD is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 192 | 253 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.01 |
| HSL | 207.52º | 0.97% | 0.73% | - |
| HSV(B) | 207.52º | 0.53% | 0.99% | - |
| XYZ | 44.32 | 48.78 | 100.01 | - |
| YUV | 177.43 | 170.65 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 253 | 0.53 | 0.24 | 0 | 0.01 | 207.52 | 0.97 | 0.73 |
| Hex | 78 | C0 | FD | 35 | 18 | 0 | 1 | D0 | 61 | 49 |
| Octal | 170 | 300 | 375 | 65 | 30 | 0 | 1 | 320 | 141 | 111 |
| Binary | 1111000 | 11000000 | 11111101 | 110101 | 11000 | 0 | 1 | 11010000 | 1100001 | 1001001 |
Color Harmonies of #78C0FD
Complementary color
Monochromatic Colors of #78C0FD
Black with #78C0FD
Text Example
Text Example
White with #78C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C0FD; }
p { color: rgb(120,192,253); }
H1.HeaderClassName
{
color: #78C0FD;
}
.AnyTagClassName
{
color: #78C0FD;
}
</style>
background-color css
<style>
a { background-color: #78C0FD; }
a { background-color: rgb(120,192,253); }
div.DivClassName
{
background-color: #78C0FD;
}
.BgClassName
{
background-color: #78C0FD;
}
</style>
border-color css
<style>
span { border-color: #78C0FD; }
span { border-color: rgb(120,192,253); }
td.TdClassName
{
border-color: #78C0FD;
}
.TagClassName
{
border-color: #78C0FD;
}
</style>