Shades of Glacier #70BBC2
Tints of Glacier #70BBC2
RGB
CMYK
RGB Variations
Color information
#70BBC2 (or 0x70BBC2) is known color: Glacier. HEX triplet: 70, BB and C2. RGB value is (112,187,194). Sum of RGB (Red+Green+Blue) = 112+187+194=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 194 - color contains mainly: blue. Hex color #70BBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BBC2 is #8F443D. Grayscale: #A5A5A5. Windows color (decimal): -9389118 or 12761968. OLE color: 12761968.
HSL color Cylindrical-coordinate representation of color #70BBC2: hue angle of 185.12º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70BBC2 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 187 | 194 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.24 |
| HSL | 185.12º | 0.4% | 0.6% | - |
| HSV(B) | 185.12º | 0.42% | 0.76% | - |
| XYZ | 34.19 | 42.88 | 57.51 | - |
| YUV | 165.37 | 144.15 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 194 | 0.42 | 0.04 | 0 | 0.24 | 185.12 | 0.4 | 0.6 |
| Hex | 70 | BB | C2 | 2A | 4 | 0 | 18 | B9 | 28 | 3C |
| Octal | 160 | 273 | 302 | 52 | 4 | 0 | 30 | 271 | 50 | 74 |
| Binary | 1110000 | 10111011 | 11000010 | 101010 | 100 | 0 | 11000 | 10111001 | 101000 | 111100 |
Color Harmonies of #70BBC2
Complementary color
Monochromatic Colors of #70BBC2
Black with #70BBC2
Text Example
Text Example
White with #70BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BBC2; }
p { color: rgb(112,187,194); }
H1.HeaderClassName
{
color: #70BBC2;
}
.AnyTagClassName
{
color: #70BBC2;
}
</style>
background-color css
<style>
a { background-color: #70BBC2; }
a { background-color: rgb(112,187,194); }
div.DivClassName
{
background-color: #70BBC2;
}
.BgClassName
{
background-color: #70BBC2;
}
</style>
border-color css
<style>
span { border-color: #70BBC2; }
span { border-color: rgb(112,187,194); }
td.TdClassName
{
border-color: #70BBC2;
}
.TagClassName
{
border-color: #70BBC2;
}
</style>