Shades of Maya Blue #78CEF9
Tints of Maya Blue #78CEF9
RGB
CMYK
RGB Variations
Color information
#78CEF9 (or 0x78CEF9) is known color: Maya Blue. HEX triplet: 78, CE and F9. RGB value is (120,206,249). Sum of RGB (Red+Green+Blue) = 120+206+249=575 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.87% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #78CEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CEF9 is #873106. Grayscale: #B8B8B8. Windows color (decimal): -8859911 or 16371320. OLE color: 16371320.
HSL color Cylindrical-coordinate representation of color #78CEF9: hue angle of 200º 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 #78CEF9 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 206 | 249 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.02 |
| HSL | 200º | 0.91% | 0.72% | - |
| HSV(B) | 200º | 0.52% | 0.98% | - |
| XYZ | 46.92 | 54.98 | 97.76 | - |
| YUV | 185.19 | 164.01 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 249 | 0.52 | 0.17 | 0 | 0.02 | 200 | 0.91 | 0.72 |
| Hex | 78 | CE | F9 | 34 | 11 | 0 | 2 | C8 | 5B | 48 |
| Octal | 170 | 316 | 371 | 64 | 21 | 0 | 2 | 310 | 133 | 110 |
| Binary | 1111000 | 11001110 | 11111001 | 110100 | 10001 | 0 | 10 | 11001000 | 1011011 | 1001000 |
Color Harmonies of #78CEF9
Complementary color
Monochromatic Colors of #78CEF9
Black with #78CEF9
Text Example
Text Example
White with #78CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CEF9; }
p { color: rgb(120,206,249); }
H1.HeaderClassName
{
color: #78CEF9;
}
.AnyTagClassName
{
color: #78CEF9;
}
</style>
background-color css
<style>
a { background-color: #78CEF9; }
a { background-color: rgb(120,206,249); }
div.DivClassName
{
background-color: #78CEF9;
}
.BgClassName
{
background-color: #78CEF9;
}
</style>
border-color css
<style>
span { border-color: #78CEF9; }
span { border-color: rgb(120,206,249); }
td.TdClassName
{
border-color: #78CEF9;
}
.TagClassName
{
border-color: #78CEF9;
}
</style>