Shades of Maya Blue #78CDF8
Tints of Maya Blue #78CDF8
RGB
CMYK
RGB Variations
Color information
#78CDF8 (or 0x78CDF8) is known color: Maya Blue. HEX triplet: 78, CD and F8. RGB value is (120,205,248). Sum of RGB (Red+Green+Blue) = 120+205+248=573 (75% of max value = 765). Red value is 120 (47.27% from 255 or 20.94% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #78CDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CDF8 is #873207. Grayscale: #B8B8B8. Windows color (decimal): -8860168 or 16305528. OLE color: 16305528.
HSL color Cylindrical-coordinate representation of color #78CDF8: hue angle of 200.16º 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 #78CDF8 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 205 | 248 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.03 |
| HSL | 200.16º | 0.9% | 0.72% | - |
| HSV(B) | 200.16º | 0.52% | 0.97% | - |
| XYZ | 46.52 | 54.43 | 96.86 | - |
| YUV | 184.49 | 163.84 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 205 | 248 | 0.52 | 0.17 | 0 | 0.03 | 200.16 | 0.9 | 0.72 |
| Hex | 78 | CD | F8 | 34 | 11 | 0 | 3 | C8 | 5A | 48 |
| Octal | 170 | 315 | 370 | 64 | 21 | 0 | 3 | 310 | 132 | 110 |
| Binary | 1111000 | 11001101 | 11111000 | 110100 | 10001 | 0 | 11 | 11001000 | 1011010 | 1001000 |
Color Harmonies of #78CDF8
Complementary color
Monochromatic Colors of #78CDF8
Black with #78CDF8
Text Example
Text Example
White with #78CDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CDF8; }
p { color: rgb(120,205,248); }
H1.HeaderClassName
{
color: #78CDF8;
}
.AnyTagClassName
{
color: #78CDF8;
}
</style>
background-color css
<style>
a { background-color: #78CDF8; }
a { background-color: rgb(120,205,248); }
div.DivClassName
{
background-color: #78CDF8;
}
.BgClassName
{
background-color: #78CDF8;
}
</style>
border-color css
<style>
span { border-color: #78CDF8; }
span { border-color: rgb(120,205,248); }
td.TdClassName
{
border-color: #78CDF8;
}
.TagClassName
{
border-color: #78CDF8;
}
</style>