Shades of Glacier #70BEC3
Tints of Glacier #70BEC3
RGB
CMYK
RGB Variations
Color information
#70BEC3 (or 0x70BEC3) is known color: Glacier. HEX triplet: 70, BE and C3. RGB value is (112,190,195). Sum of RGB (Red+Green+Blue) = 112+190+195=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 195 - color contains mainly: blue. Hex color #70BEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BEC3 is #8F413C. Grayscale: #A7A7A7. Windows color (decimal): -9388349 or 12828272. OLE color: 12828272.
HSL color Cylindrical-coordinate representation of color #70BEC3: hue angle of 183.61º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70BEC3 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 190 | 195 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.24 |
| HSL | 183.61º | 0.41% | 0.6% | - |
| HSV(B) | 183.61º | 0.43% | 0.76% | - |
| XYZ | 34.95 | 44.21 | 58.32 | - |
| YUV | 167.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 195 | 0.43 | 0.03 | 0 | 0.24 | 183.61 | 0.41 | 0.6 |
| Hex | 70 | BE | C3 | 2B | 3 | 0 | 18 | B8 | 29 | 3C |
| Octal | 160 | 276 | 303 | 53 | 3 | 0 | 30 | 270 | 51 | 74 |
| Binary | 1110000 | 10111110 | 11000011 | 101011 | 11 | 0 | 11000 | 10111000 | 101001 | 111100 |
Color Harmonies of #70BEC3
Complementary color
Monochromatic Colors of #70BEC3
Black with #70BEC3
Text Example
Text Example
White with #70BEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BEC3; }
p { color: rgb(112,190,195); }
H1.HeaderClassName
{
color: #70BEC3;
}
.AnyTagClassName
{
color: #70BEC3;
}
</style>
background-color css
<style>
a { background-color: #70BEC3; }
a { background-color: rgb(112,190,195); }
div.DivClassName
{
background-color: #70BEC3;
}
.BgClassName
{
background-color: #70BEC3;
}
</style>
border-color css
<style>
span { border-color: #70BEC3; }
span { border-color: rgb(112,190,195); }
td.TdClassName
{
border-color: #70BEC3;
}
.TagClassName
{
border-color: #70BEC3;
}
</style>