Shades of Maya Blue #78C8F9
Tints of Maya Blue #78C8F9
RGB
CMYK
RGB Variations
Color information
#78C8F9 (or 0x78C8F9) is known color: Maya Blue. HEX triplet: 78, C8 and F9. RGB value is (120,200,249). Sum of RGB (Red+Green+Blue) = 120+200+249=569 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.09% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #78C8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C8F9 is #873706. Grayscale: #B5B5B5. Windows color (decimal): -8861447 or 16369784. OLE color: 16369784.
HSL color Cylindrical-coordinate representation of color #78C8F9: hue angle of 202.79º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78C8F9 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 200 | 249 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.02 |
| HSL | 202.79º | 0.91% | 0.72% | - |
| HSV(B) | 202.79º | 0.52% | 0.98% | - |
| XYZ | 45.5 | 52.14 | 97.29 | - |
| YUV | 181.67 | 166 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 200 | 249 | 0.52 | 0.20 | 0 | 0.02 | 202.79 | 0.91 | 0.72 |
| Hex | 78 | C8 | F9 | 34 | 14 | 0 | 2 | CB | 5B | 48 |
| Octal | 170 | 310 | 371 | 64 | 24 | 0 | 2 | 313 | 133 | 110 |
| Binary | 1111000 | 11001000 | 11111001 | 110100 | 10100 | 0 | 10 | 11001011 | 1011011 | 1001000 |
Color Harmonies of #78C8F9
Complementary color
Monochromatic Colors of #78C8F9
Black with #78C8F9
Text Example
Text Example
White with #78C8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C8F9; }
p { color: rgb(120,200,249); }
H1.HeaderClassName
{
color: #78C8F9;
}
.AnyTagClassName
{
color: #78C8F9;
}
</style>
background-color css
<style>
a { background-color: #78C8F9; }
a { background-color: rgb(120,200,249); }
div.DivClassName
{
background-color: #78C8F9;
}
.BgClassName
{
background-color: #78C8F9;
}
</style>
border-color css
<style>
span { border-color: #78C8F9; }
span { border-color: rgb(120,200,249); }
td.TdClassName
{
border-color: #78C8F9;
}
.TagClassName
{
border-color: #78C8F9;
}
</style>