Shades of Glacier #70BEC2
Tints of Glacier #70BEC2
RGB
CMYK
RGB Variations
Color information
#70BEC2 (or 0x70BEC2) is known color: Glacier. HEX triplet: 70, BE and C2. RGB value is (112,190,194). Sum of RGB (Red+Green+Blue) = 112+190+194=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #70BEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BEC2 is #8F413D. Grayscale: #A7A7A7. Windows color (decimal): -9388350 or 12762736. OLE color: 12762736.
HSL color Cylindrical-coordinate representation of color #70BEC2: hue angle of 182.93º 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 #70BEC2 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 190 | 194 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.24 |
| HSL | 182.93º | 0.4% | 0.6% | - |
| HSV(B) | 182.93º | 0.42% | 0.76% | - |
| XYZ | 34.83 | 44.17 | 57.73 | - |
| YUV | 167.13 | 143.16 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 194 | 0.42 | 0.02 | 0 | 0.24 | 182.93 | 0.4 | 0.6 |
| Hex | 70 | BE | C2 | 2A | 2 | 0 | 18 | B7 | 28 | 3C |
| Octal | 160 | 276 | 302 | 52 | 2 | 0 | 30 | 267 | 50 | 74 |
| Binary | 1110000 | 10111110 | 11000010 | 101010 | 10 | 0 | 11000 | 10110111 | 101000 | 111100 |
Color Harmonies of #70BEC2
Complementary color
Monochromatic Colors of #70BEC2
Black with #70BEC2
Text Example
Text Example
White with #70BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BEC2; }
p { color: rgb(112,190,194); }
H1.HeaderClassName
{
color: #70BEC2;
}
.AnyTagClassName
{
color: #70BEC2;
}
</style>
background-color css
<style>
a { background-color: #70BEC2; }
a { background-color: rgb(112,190,194); }
div.DivClassName
{
background-color: #70BEC2;
}
.BgClassName
{
background-color: #70BEC2;
}
</style>
border-color css
<style>
span { border-color: #70BEC2; }
span { border-color: rgb(112,190,194); }
td.TdClassName
{
border-color: #70BEC2;
}
.TagClassName
{
border-color: #70BEC2;
}
</style>