Shades of Maya Blue #78BDEF
Tints of Maya Blue #78BDEF
RGB
CMYK
RGB Variations
Color information
#78BDEF (or 0x78BDEF) is known color: Maya Blue. HEX triplet: 78, BD and EF. RGB value is (120,189,239). Sum of RGB (Red+Green+Blue) = 120+189+239=548 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.90% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #78BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BDEF is #874210. Grayscale: #ADADAD. Windows color (decimal): -8864273 or 15711608. OLE color: 15711608.
HSL color Cylindrical-coordinate representation of color #78BDEF: hue angle of 205.21º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78BDEF is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 189 | 239 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.06 |
| HSL | 205.21º | 0.79% | 0.7% | - |
| HSV(B) | 205.21º | 0.5% | 0.94% | - |
| XYZ | 41.52 | 46.62 | 88.47 | - |
| YUV | 174.07 | 164.64 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 239 | 0.50 | 0.21 | 0 | 0.06 | 205.21 | 0.79 | 0.7 |
| Hex | 78 | BD | EF | 32 | 15 | 0 | 6 | CD | 4F | 46 |
| Octal | 170 | 275 | 357 | 62 | 25 | 0 | 6 | 315 | 117 | 106 |
| Binary | 1111000 | 10111101 | 11101111 | 110010 | 10101 | 0 | 110 | 11001101 | 1001111 | 1000110 |
Color Harmonies of #78BDEF
Complementary color
Monochromatic Colors of #78BDEF
Black with #78BDEF
Text Example
Text Example
White with #78BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BDEF; }
p { color: rgb(120,189,239); }
H1.HeaderClassName
{
color: #78BDEF;
}
.AnyTagClassName
{
color: #78BDEF;
}
</style>
background-color css
<style>
a { background-color: #78BDEF; }
a { background-color: rgb(120,189,239); }
div.DivClassName
{
background-color: #78BDEF;
}
.BgClassName
{
background-color: #78BDEF;
}
</style>
border-color css
<style>
span { border-color: #78BDEF; }
span { border-color: rgb(120,189,239); }
td.TdClassName
{
border-color: #78BDEF;
}
.TagClassName
{
border-color: #78BDEF;
}
</style>