Shades of Maya Blue #78C2FD
Tints of Maya Blue #78C2FD
RGB
CMYK
RGB Variations
Color information
#78C2FD (or 0x78C2FD) is known color: Maya Blue. HEX triplet: 78, C2 and FD. RGB value is (120,194,253). Sum of RGB (Red+Green+Blue) = 120+194+253=567 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.16% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #78C2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C2FD is #873D02. Grayscale: #B2B2B2. Windows color (decimal): -8862979 or 16630392. OLE color: 16630392.
HSL color Cylindrical-coordinate representation of color #78C2FD: hue angle of 206.62º 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 #78C2FD is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 194 | 253 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.01 |
| HSL | 206.62º | 0.97% | 0.73% | - |
| HSV(B) | 206.62º | 0.53% | 0.99% | - |
| XYZ | 44.77 | 49.67 | 100.16 | - |
| YUV | 178.6 | 169.98 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 253 | 0.53 | 0.23 | 0 | 0.01 | 206.62 | 0.97 | 0.73 |
| Hex | 78 | C2 | FD | 35 | 17 | 0 | 1 | CF | 61 | 49 |
| Octal | 170 | 302 | 375 | 65 | 27 | 0 | 1 | 317 | 141 | 111 |
| Binary | 1111000 | 11000010 | 11111101 | 110101 | 10111 | 0 | 1 | 11001111 | 1100001 | 1001001 |
Color Harmonies of #78C2FD
Complementary color
Monochromatic Colors of #78C2FD
Black with #78C2FD
Text Example
Text Example
White with #78C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C2FD; }
p { color: rgb(120,194,253); }
H1.HeaderClassName
{
color: #78C2FD;
}
.AnyTagClassName
{
color: #78C2FD;
}
</style>
background-color css
<style>
a { background-color: #78C2FD; }
a { background-color: rgb(120,194,253); }
div.DivClassName
{
background-color: #78C2FD;
}
.BgClassName
{
background-color: #78C2FD;
}
</style>
border-color css
<style>
span { border-color: #78C2FD; }
span { border-color: rgb(120,194,253); }
td.TdClassName
{
border-color: #78C2FD;
}
.TagClassName
{
border-color: #78C2FD;
}
</style>