Shades of Maya Blue #78CEFE
Tints of Maya Blue #78CEFE
RGB
CMYK
RGB Variations
Color information
#78CEFE (or 0x78CEFE) is known color: Maya Blue. HEX triplet: 78, CE and FE. RGB value is (120,206,254). Sum of RGB (Red+Green+Blue) = 120+206+254=580 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.69% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #78CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CEFE is #873101. Grayscale: #B9B9B9. Windows color (decimal): -8859906 or 16699000. OLE color: 16699000.
HSL color Cylindrical-coordinate representation of color #78CEFE: hue angle of 201.49º 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 #78CEFE is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 206 | 254 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.00 |
| HSL | 201.49º | 0.99% | 0.73% | - |
| HSV(B) | 201.49º | 0.53% | 1% | - |
| XYZ | 47.71 | 55.29 | 101.92 | - |
| YUV | 185.76 | 166.51 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 254 | 0.53 | 0.19 | 0 | 0.00 | 201.49 | 0.99 | 0.73 |
| Hex | 78 | CE | FE | 35 | 13 | 0 | 0 | C9 | 63 | 49 |
| Octal | 170 | 316 | 376 | 65 | 23 | 0 | 0 | 311 | 143 | 111 |
| Binary | 1111000 | 11001110 | 11111110 | 110101 | 10011 | 0 | 0 | 11001001 | 1100011 | 1001001 |
Color Harmonies of #78CEFE
Complementary color
Monochromatic Colors of #78CEFE
Black with #78CEFE
Text Example
Text Example
White with #78CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CEFE; }
p { color: rgb(120,206,254); }
H1.HeaderClassName
{
color: #78CEFE;
}
.AnyTagClassName
{
color: #78CEFE;
}
</style>
background-color css
<style>
a { background-color: #78CEFE; }
a { background-color: rgb(120,206,254); }
div.DivClassName
{
background-color: #78CEFE;
}
.BgClassName
{
background-color: #78CEFE;
}
</style>
border-color css
<style>
span { border-color: #78CEFE; }
span { border-color: rgb(120,206,254); }
td.TdClassName
{
border-color: #78CEFE;
}
.TagClassName
{
border-color: #78CEFE;
}
</style>