Shades of Maya Blue #78BDF8
Tints of Maya Blue #78BDF8
RGB
CMYK
RGB Variations
Color information
#78BDF8 (or 0x78BDF8) is known color: Maya Blue. HEX triplet: 78, BD and F8. RGB value is (120,189,248). Sum of RGB (Red+Green+Blue) = 120+189+248=557 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.54% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #78BDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BDF8 is #874207. Grayscale: #AEAEAE. Windows color (decimal): -8864264 or 16301432. OLE color: 16301432.
HSL color Cylindrical-coordinate representation of color #78BDF8: hue angle of 207.66º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78BDF8 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 189 | 248 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.03 |
| HSL | 207.66º | 0.9% | 0.72% | - |
| HSV(B) | 207.66º | 0.52% | 0.97% | - |
| XYZ | 42.89 | 47.17 | 95.65 | - |
| YUV | 175.1 | 169.14 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 248 | 0.52 | 0.24 | 0 | 0.03 | 207.66 | 0.9 | 0.72 |
| Hex | 78 | BD | F8 | 34 | 18 | 0 | 3 | D0 | 5A | 48 |
| Octal | 170 | 275 | 370 | 64 | 30 | 0 | 3 | 320 | 132 | 110 |
| Binary | 1111000 | 10111101 | 11111000 | 110100 | 11000 | 0 | 11 | 11010000 | 1011010 | 1001000 |
Color Harmonies of #78BDF8
Complementary color
Monochromatic Colors of #78BDF8
Black with #78BDF8
Text Example
Text Example
White with #78BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BDF8; }
p { color: rgb(120,189,248); }
H1.HeaderClassName
{
color: #78BDF8;
}
.AnyTagClassName
{
color: #78BDF8;
}
</style>
background-color css
<style>
a { background-color: #78BDF8; }
a { background-color: rgb(120,189,248); }
div.DivClassName
{
background-color: #78BDF8;
}
.BgClassName
{
background-color: #78BDF8;
}
</style>
border-color css
<style>
span { border-color: #78BDF8; }
span { border-color: rgb(120,189,248); }
td.TdClassName
{
border-color: #78BDF8;
}
.TagClassName
{
border-color: #78BDF8;
}
</style>