Shades of Maya Blue #78C8FC
Tints of Maya Blue #78C8FC
RGB
CMYK
RGB Variations
Color information
#78C8FC (or 0x78C8FC) is known color: Maya Blue. HEX triplet: 78, C8 and FC. RGB value is (120,200,252). Sum of RGB (Red+Green+Blue) = 120+200+252=572 (75% of max value = 765). Red value is 120 (47.27% from 255 or 20.98% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #78C8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C8FC is #873703. Grayscale: #B5B5B5. Windows color (decimal): -8861444 or 16566392. OLE color: 16566392.
HSL color Cylindrical-coordinate representation of color #78C8FC: hue angle of 203.64º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78C8FC is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 200 | 252 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.01 |
| HSL | 203.64º | 0.96% | 0.73% | - |
| HSV(B) | 203.64º | 0.52% | 0.99% | - |
| XYZ | 45.97 | 52.33 | 99.77 | - |
| YUV | 182.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 200 | 252 | 0.52 | 0.21 | 0 | 0.01 | 203.64 | 0.96 | 0.73 |
| Hex | 78 | C8 | FC | 34 | 15 | 0 | 1 | CC | 60 | 49 |
| Octal | 170 | 310 | 374 | 64 | 25 | 0 | 1 | 314 | 140 | 111 |
| Binary | 1111000 | 11001000 | 11111100 | 110100 | 10101 | 0 | 1 | 11001100 | 1100000 | 1001001 |
Color Harmonies of #78C8FC
Complementary color
Monochromatic Colors of #78C8FC
Black with #78C8FC
Text Example
Text Example
White with #78C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C8FC; }
p { color: rgb(120,200,252); }
H1.HeaderClassName
{
color: #78C8FC;
}
.AnyTagClassName
{
color: #78C8FC;
}
</style>
background-color css
<style>
a { background-color: #78C8FC; }
a { background-color: rgb(120,200,252); }
div.DivClassName
{
background-color: #78C8FC;
}
.BgClassName
{
background-color: #78C8FC;
}
</style>
border-color css
<style>
span { border-color: #78C8FC; }
span { border-color: rgb(120,200,252); }
td.TdClassName
{
border-color: #78C8FC;
}
.TagClassName
{
border-color: #78C8FC;
}
</style>