Shades of Glacier #78BBC3
Tints of Glacier #78BBC3
RGB
CMYK
RGB Variations
Color information
#78BBC3 (or 0x78BBC3) is known color: Glacier. HEX triplet: 78, BB and C3. RGB value is (120,187,195). Sum of RGB (Red+Green+Blue) = 120+187+195=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 195 - color contains mainly: blue. Hex color #78BBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BBC3 is #87443C. Grayscale: #A7A7A7. Windows color (decimal): -8864829 or 12827512. OLE color: 12827512.
HSL color Cylindrical-coordinate representation of color #78BBC3: hue angle of 186.4º 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 #78BBC3 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 187 | 195 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.24 |
| HSL | 186.4º | 0.38% | 0.62% | - |
| HSV(B) | 186.4º | 0.38% | 0.76% | - |
| XYZ | 35.37 | 43.47 | 58.16 | - |
| YUV | 167.88 | 143.3 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 195 | 0.38 | 0.04 | 0 | 0.24 | 186.4 | 0.38 | 0.62 |
| Hex | 78 | BB | C3 | 26 | 4 | 0 | 18 | BA | 26 | 3E |
| Octal | 170 | 273 | 303 | 46 | 4 | 0 | 30 | 272 | 46 | 76 |
| Binary | 1111000 | 10111011 | 11000011 | 100110 | 100 | 0 | 11000 | 10111010 | 100110 | 111110 |
Color Harmonies of #78BBC3
Complementary color
Monochromatic Colors of #78BBC3
Black with #78BBC3
Text Example
Text Example
White with #78BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BBC3; }
p { color: rgb(120,187,195); }
H1.HeaderClassName
{
color: #78BBC3;
}
.AnyTagClassName
{
color: #78BBC3;
}
</style>
background-color css
<style>
a { background-color: #78BBC3; }
a { background-color: rgb(120,187,195); }
div.DivClassName
{
background-color: #78BBC3;
}
.BgClassName
{
background-color: #78BBC3;
}
</style>
border-color css
<style>
span { border-color: #78BBC3; }
span { border-color: rgb(120,187,195); }
td.TdClassName
{
border-color: #78BBC3;
}
.TagClassName
{
border-color: #78BBC3;
}
</style>