Shades of Maya Blue #78C5FF
Tints of Maya Blue #78C5FF
RGB
CMYK
RGB Variations
Color information
#78C5FF (or 0x78C5FF) is known color: Maya Blue. HEX triplet: 78, C5 and FF. RGB value is (120,197,255). Sum of RGB (Red+Green+Blue) = 120+197+255=572 (75% of max value = 765). Red value is 120 (47.27% from 255 or 20.98% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #78C5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C5FF is #873A00. Grayscale: #B4B4B4. Windows color (decimal): -8862209 or 16762232. OLE color: 16762232.
HSL color Cylindrical-coordinate representation of color #78C5FF: hue angle of 205.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78C5FF is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 197 | 255 | - |
| CMYK | 0.53 | 0.23 | 0 | 0 |
| HSL | 205.78º | 1% | 0.74% | - |
| HSV(B) | 205.78º | 0.53% | 1% | - |
| XYZ | 45.76 | 51.15 | 102.07 | - |
| YUV | 180.59 | 169.99 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 255 | 0.53 | 0.23 | 0 | 0 | 205.78 | 1 | 0.74 |
| Hex | 78 | C5 | FF | 35 | 17 | 0 | 0 | CE | 64 | 4A |
| Octal | 170 | 305 | 377 | 65 | 27 | 0 | 0 | 316 | 144 | 112 |
| Binary | 1111000 | 11000101 | 11111111 | 110101 | 10111 | 0 | 0 | 11001110 | 1100100 | 1001010 |
Color Harmonies of #78C5FF
Complementary color
Monochromatic Colors of #78C5FF
Black with #78C5FF
Text Example
Text Example
White with #78C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C5FF; }
p { color: rgb(120,197,255); }
H1.HeaderClassName
{
color: #78C5FF;
}
.AnyTagClassName
{
color: #78C5FF;
}
</style>
background-color css
<style>
a { background-color: #78C5FF; }
a { background-color: rgb(120,197,255); }
div.DivClassName
{
background-color: #78C5FF;
}
.BgClassName
{
background-color: #78C5FF;
}
</style>
border-color css
<style>
span { border-color: #78C5FF; }
span { border-color: rgb(120,197,255); }
td.TdClassName
{
border-color: #78C5FF;
}
.TagClassName
{
border-color: #78C5FF;
}
</style>