Shades of Glacier #78BDC3
Tints of Glacier #78BDC3
RGB
CMYK
RGB Variations
Color information
#78BDC3 (or 0x78BDC3) is known color: Glacier. HEX triplet: 78, BD and C3. RGB value is (120,189,195). Sum of RGB (Red+Green+Blue) = 120+189+195=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: blue. Hex color #78BDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BDC3 is #87423C. Grayscale: #A8A8A8. Windows color (decimal): -8864317 or 12828024. OLE color: 12828024.
HSL color Cylindrical-coordinate representation of color #78BDC3: hue angle of 184.8º 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 #78BDC3 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 189 | 195 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.24 |
| HSL | 184.8º | 0.38% | 0.62% | - |
| HSV(B) | 184.8º | 0.38% | 0.76% | - |
| XYZ | 35.79 | 44.33 | 58.3 | - |
| YUV | 169.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 195 | 0.38 | 0.03 | 0 | 0.24 | 184.8 | 0.38 | 0.62 |
| Hex | 78 | BD | C3 | 26 | 3 | 0 | 18 | B9 | 26 | 3E |
| Octal | 170 | 275 | 303 | 46 | 3 | 0 | 30 | 271 | 46 | 76 |
| Binary | 1111000 | 10111101 | 11000011 | 100110 | 11 | 0 | 11000 | 10111001 | 100110 | 111110 |
Color Harmonies of #78BDC3
Complementary color
Monochromatic Colors of #78BDC3
Black with #78BDC3
Text Example
Text Example
White with #78BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BDC3; }
p { color: rgb(120,189,195); }
H1.HeaderClassName
{
color: #78BDC3;
}
.AnyTagClassName
{
color: #78BDC3;
}
</style>
background-color css
<style>
a { background-color: #78BDC3; }
a { background-color: rgb(120,189,195); }
div.DivClassName
{
background-color: #78BDC3;
}
.BgClassName
{
background-color: #78BDC3;
}
</style>
border-color css
<style>
span { border-color: #78BDC3; }
span { border-color: rgb(120,189,195); }
td.TdClassName
{
border-color: #78BDC3;
}
.TagClassName
{
border-color: #78BDC3;
}
</style>