Shades of Maya Blue #78C8F7
Tints of Maya Blue #78C8F7
RGB
CMYK
RGB Variations
Color information
#78C8F7 (or 0x78C8F7) is known color: Maya Blue. HEX triplet: 78, C8 and F7. RGB value is (120,200,247). Sum of RGB (Red+Green+Blue) = 120+200+247=567 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.16% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #78C8F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C8F7 is #873708. Grayscale: #B5B5B5. Windows color (decimal): -8861449 or 16238712. OLE color: 16238712.
HSL color Cylindrical-coordinate representation of color #78C8F7: hue angle of 202.2º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78C8F7 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 200 | 247 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.03 |
| HSL | 202.2º | 0.89% | 0.72% | - |
| HSV(B) | 202.2º | 0.51% | 0.97% | - |
| XYZ | 45.19 | 52.02 | 95.65 | - |
| YUV | 181.44 | 165 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 200 | 247 | 0.51 | 0.19 | 0 | 0.03 | 202.2 | 0.89 | 0.72 |
| Hex | 78 | C8 | F7 | 33 | 13 | 0 | 3 | CA | 59 | 48 |
| Octal | 170 | 310 | 367 | 63 | 23 | 0 | 3 | 312 | 131 | 110 |
| Binary | 1111000 | 11001000 | 11110111 | 110011 | 10011 | 0 | 11 | 11001010 | 1011001 | 1001000 |
Color Harmonies of #78C8F7
Complementary color
Monochromatic Colors of #78C8F7
Black with #78C8F7
Text Example
Text Example
White with #78C8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C8F7; }
p { color: rgb(120,200,247); }
H1.HeaderClassName
{
color: #78C8F7;
}
.AnyTagClassName
{
color: #78C8F7;
}
</style>
background-color css
<style>
a { background-color: #78C8F7; }
a { background-color: rgb(120,200,247); }
div.DivClassName
{
background-color: #78C8F7;
}
.BgClassName
{
background-color: #78C8F7;
}
</style>
border-color css
<style>
span { border-color: #78C8F7; }
span { border-color: rgb(120,200,247); }
td.TdClassName
{
border-color: #78C8F7;
}
.TagClassName
{
border-color: #78C8F7;
}
</style>