Shades of Maya Blue #78CEFF
Tints of Maya Blue #78CEFF
RGB
CMYK
RGB Variations
Color information
#78CEFF (or 0x78CEFF) is known color: Maya Blue. HEX triplet: 78, CE and FF. RGB value is (120,206,255). Sum of RGB (Red+Green+Blue) = 120+206+255=581 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.65% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #78CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CEFF is #873100. Grayscale: #B9B9B9. Windows color (decimal): -8859905 or 16764536. OLE color: 16764536.
HSL color Cylindrical-coordinate representation of color #78CEFF: hue angle of 201.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78CEFF is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 206 | 255 | - |
| CMYK | 0.53 | 0.19 | 0 | 0 |
| HSL | 201.78º | 1% | 0.74% | - |
| HSV(B) | 201.78º | 0.53% | 1% | - |
| XYZ | 47.87 | 55.36 | 102.77 | - |
| YUV | 185.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 255 | 0.53 | 0.19 | 0 | 0 | 201.78 | 1 | 0.74 |
| Hex | 78 | CE | FF | 35 | 13 | 0 | 0 | CA | 64 | 4A |
| Octal | 170 | 316 | 377 | 65 | 23 | 0 | 0 | 312 | 144 | 112 |
| Binary | 1111000 | 11001110 | 11111111 | 110101 | 10011 | 0 | 0 | 11001010 | 1100100 | 1001010 |
Color Harmonies of #78CEFF
Complementary color
Monochromatic Colors of #78CEFF
Black with #78CEFF
Text Example
Text Example
White with #78CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CEFF; }
p { color: rgb(120,206,255); }
H1.HeaderClassName
{
color: #78CEFF;
}
.AnyTagClassName
{
color: #78CEFF;
}
</style>
background-color css
<style>
a { background-color: #78CEFF; }
a { background-color: rgb(120,206,255); }
div.DivClassName
{
background-color: #78CEFF;
}
.BgClassName
{
background-color: #78CEFF;
}
</style>
border-color css
<style>
span { border-color: #78CEFF; }
span { border-color: rgb(120,206,255); }
td.TdClassName
{
border-color: #78CEFF;
}
.TagClassName
{
border-color: #78CEFF;
}
</style>