Shades of Maya Blue #78C9FE
Tints of Maya Blue #78C9FE
RGB
CMYK
RGB Variations
Color information
#78C9FE (or 0x78C9FE) is known color: Maya Blue. HEX triplet: 78, C9 and FE. RGB value is (120,201,254). Sum of RGB (Red+Green+Blue) = 120+201+254=575 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.87% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #78C9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C9FE is #873601. Grayscale: #B6B6B6. Windows color (decimal): -8861186 or 16697720. OLE color: 16697720.
HSL color Cylindrical-coordinate representation of color #78C9FE: hue angle of 203.73º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78C9FE is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 201 | 254 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.00 |
| HSL | 203.73º | 0.99% | 0.73% | - |
| HSV(B) | 203.73º | 0.53% | 1% | - |
| XYZ | 46.52 | 52.92 | 101.53 | - |
| YUV | 182.82 | 168.16 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 201 | 254 | 0.53 | 0.21 | 0 | 0.00 | 203.73 | 0.99 | 0.73 |
| Hex | 78 | C9 | FE | 35 | 15 | 0 | 0 | CC | 63 | 49 |
| Octal | 170 | 311 | 376 | 65 | 25 | 0 | 0 | 314 | 143 | 111 |
| Binary | 1111000 | 11001001 | 11111110 | 110101 | 10101 | 0 | 0 | 11001100 | 1100011 | 1001001 |
Color Harmonies of #78C9FE
Complementary color
Monochromatic Colors of #78C9FE
Black with #78C9FE
Text Example
Text Example
White with #78C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C9FE; }
p { color: rgb(120,201,254); }
H1.HeaderClassName
{
color: #78C9FE;
}
.AnyTagClassName
{
color: #78C9FE;
}
</style>
background-color css
<style>
a { background-color: #78C9FE; }
a { background-color: rgb(120,201,254); }
div.DivClassName
{
background-color: #78C9FE;
}
.BgClassName
{
background-color: #78C9FE;
}
</style>
border-color css
<style>
span { border-color: #78C9FE; }
span { border-color: rgb(120,201,254); }
td.TdClassName
{
border-color: #78C9FE;
}
.TagClassName
{
border-color: #78C9FE;
}
</style>