Shades of Glacier #78BDC7
Tints of Glacier #78BDC7
RGB
CMYK
RGB Variations
Color information
#78BDC7 (or 0x78BDC7) is known color: Glacier. HEX triplet: 78, BD and C7. RGB value is (120,189,199). Sum of RGB (Red+Green+Blue) = 120+189+199=508 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.62% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 199 - color contains mainly: blue. Hex color #78BDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BDC7 is #874238. Grayscale: #A9A9A9. Windows color (decimal): -8864313 or 13090168. OLE color: 13090168.
HSL color Cylindrical-coordinate representation of color #78BDC7: hue angle of 187.59º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78BDC7 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 189 | 199 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.22 |
| HSL | 187.59º | 0.41% | 0.63% | - |
| HSV(B) | 187.59º | 0.4% | 0.78% | - |
| XYZ | 36.25 | 44.51 | 60.71 | - |
| YUV | 169.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 199 | 0.40 | 0.05 | 0 | 0.22 | 187.59 | 0.41 | 0.63 |
| Hex | 78 | BD | C7 | 28 | 5 | 0 | 16 | BC | 29 | 3F |
| Octal | 170 | 275 | 307 | 50 | 5 | 0 | 26 | 274 | 51 | 77 |
| Binary | 1111000 | 10111101 | 11000111 | 101000 | 101 | 0 | 10110 | 10111100 | 101001 | 111111 |
Color Harmonies of #78BDC7
Complementary color
Monochromatic Colors of #78BDC7
Black with #78BDC7
Text Example
Text Example
White with #78BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BDC7; }
p { color: rgb(120,189,199); }
H1.HeaderClassName
{
color: #78BDC7;
}
.AnyTagClassName
{
color: #78BDC7;
}
</style>
background-color css
<style>
a { background-color: #78BDC7; }
a { background-color: rgb(120,189,199); }
div.DivClassName
{
background-color: #78BDC7;
}
.BgClassName
{
background-color: #78BDC7;
}
</style>
border-color css
<style>
span { border-color: #78BDC7; }
span { border-color: rgb(120,189,199); }
td.TdClassName
{
border-color: #78BDC7;
}
.TagClassName
{
border-color: #78BDC7;
}
</style>