Shades of Maya Blue #78C9F5
Tints of Maya Blue #78C9F5
RGB
CMYK
RGB Variations
Color information
#78C9F5 (or 0x78C9F5) is known color: Maya Blue. HEX triplet: 78, C9 and F5. RGB value is (120,201,245). Sum of RGB (Red+Green+Blue) = 120+201+245=566 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.20% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #78C9F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C9F5 is #87360A. Grayscale: #B5B5B5. Windows color (decimal): -8861195 or 16107896. OLE color: 16107896.
HSL color Cylindrical-coordinate representation of color #78C9F5: hue angle of 201.12º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78C9F5 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 120 | 201 | 245 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.04 |
| HSL | 201.12º | 0.86% | 0.72% | - |
| HSV(B) | 201.12º | 0.51% | 0.96% | - |
| XYZ | 45.11 | 52.36 | 94.11 | - |
| YUV | 181.8 | 163.66 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 201 | 245 | 0.51 | 0.18 | 0 | 0.04 | 201.12 | 0.86 | 0.72 |
| Hex | 78 | C9 | F5 | 33 | 12 | 0 | 4 | C9 | 56 | 48 |
| Octal | 170 | 311 | 365 | 63 | 22 | 0 | 4 | 311 | 126 | 110 |
| Binary | 1111000 | 11001001 | 11110101 | 110011 | 10010 | 0 | 100 | 11001001 | 1010110 | 1001000 |
Color Harmonies of #78C9F5
Complementary color
Monochromatic Colors of #78C9F5
Black with #78C9F5
Text Example
Text Example
White with #78C9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C9F5; }
p { color: rgb(120,201,245); }
H1.HeaderClassName
{
color: #78C9F5;
}
.AnyTagClassName
{
color: #78C9F5;
}
</style>
background-color css
<style>
a { background-color: #78C9F5; }
a { background-color: rgb(120,201,245); }
div.DivClassName
{
background-color: #78C9F5;
}
.BgClassName
{
background-color: #78C9F5;
}
</style>
border-color css
<style>
span { border-color: #78C9F5; }
span { border-color: rgb(120,201,245); }
td.TdClassName
{
border-color: #78C9F5;
}
.TagClassName
{
border-color: #78C9F5;
}
</style>