Shades of Glacier #78BDC2
Tints of Glacier #78BDC2
RGB
CMYK
RGB Variations
Color information
#78BDC2 (or 0x78BDC2) is known color: Glacier. HEX triplet: 78, BD and C2. RGB value is (120,189,194). Sum of RGB (Red+Green+Blue) = 120+189+194=503 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.86% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #78BDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BDC2 is #87423D. Grayscale: #A8A8A8. Windows color (decimal): -8864318 or 12762488. OLE color: 12762488.
HSL color Cylindrical-coordinate representation of color #78BDC2: hue angle of 184.05º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78BDC2 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 189 | 194 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.24 |
| HSL | 184.05º | 0.38% | 0.62% | - |
| HSV(B) | 184.05º | 0.38% | 0.76% | - |
| XYZ | 35.68 | 44.28 | 57.71 | - |
| YUV | 168.94 | 142.14 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 194 | 0.38 | 0.03 | 0 | 0.24 | 184.05 | 0.38 | 0.62 |
| Hex | 78 | BD | C2 | 26 | 3 | 0 | 18 | B8 | 26 | 3E |
| Octal | 170 | 275 | 302 | 46 | 3 | 0 | 30 | 270 | 46 | 76 |
| Binary | 1111000 | 10111101 | 11000010 | 100110 | 11 | 0 | 11000 | 10111000 | 100110 | 111110 |
Color Harmonies of #78BDC2
Complementary color
Monochromatic Colors of #78BDC2
Black with #78BDC2
Text Example
Text Example
White with #78BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BDC2; }
p { color: rgb(120,189,194); }
H1.HeaderClassName
{
color: #78BDC2;
}
.AnyTagClassName
{
color: #78BDC2;
}
</style>
background-color css
<style>
a { background-color: #78BDC2; }
a { background-color: rgb(120,189,194); }
div.DivClassName
{
background-color: #78BDC2;
}
.BgClassName
{
background-color: #78BDC2;
}
</style>
border-color css
<style>
span { border-color: #78BDC2; }
span { border-color: rgb(120,189,194); }
td.TdClassName
{
border-color: #78BDC2;
}
.TagClassName
{
border-color: #78BDC2;
}
</style>