Shades of Maya Blue #78C2F2
Tints of Maya Blue #78C2F2
RGB
CMYK
RGB Variations
Color information
#78C2F2 (or 0x78C2F2) is known color: Maya Blue. HEX triplet: 78, C2 and F2. RGB value is (120,194,242). Sum of RGB (Red+Green+Blue) = 120+194+242=556 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.58% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #78C2F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C2F2 is #873D0D. Grayscale: #B1B1B1. Windows color (decimal): -8862990 or 15909496. OLE color: 15909496.
HSL color Cylindrical-coordinate representation of color #78C2F2: hue angle of 203.61º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78C2F2 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 194 | 242 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.05 |
| HSL | 203.61º | 0.82% | 0.71% | - |
| HSV(B) | 203.61º | 0.5% | 0.95% | - |
| XYZ | 43.06 | 48.99 | 91.19 | - |
| YUV | 177.35 | 164.48 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 242 | 0.50 | 0.20 | 0 | 0.05 | 203.61 | 0.82 | 0.71 |
| Hex | 78 | C2 | F2 | 32 | 14 | 0 | 5 | CC | 52 | 47 |
| Octal | 170 | 302 | 362 | 62 | 24 | 0 | 5 | 314 | 122 | 107 |
| Binary | 1111000 | 11000010 | 11110010 | 110010 | 10100 | 0 | 101 | 11001100 | 1010010 | 1000111 |
Color Harmonies of #78C2F2
Complementary color
Monochromatic Colors of #78C2F2
Black with #78C2F2
Text Example
Text Example
White with #78C2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C2F2; }
p { color: rgb(120,194,242); }
H1.HeaderClassName
{
color: #78C2F2;
}
.AnyTagClassName
{
color: #78C2F2;
}
</style>
background-color css
<style>
a { background-color: #78C2F2; }
a { background-color: rgb(120,194,242); }
div.DivClassName
{
background-color: #78C2F2;
}
.BgClassName
{
background-color: #78C2F2;
}
</style>
border-color css
<style>
span { border-color: #78C2F2; }
span { border-color: rgb(120,194,242); }
td.TdClassName
{
border-color: #78C2F2;
}
.TagClassName
{
border-color: #78C2F2;
}
</style>