#70BCBE

Color #70BCBE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #70BCBE

Tints of Glacier #70BCBE

Color information

#70BCBE (or 0x70BCBE) is unknown color: approx Glacier. HEX triplet: 70, BC and BE. RGB value is (112,188,190). Sum of RGB (Red+Green+Blue) = 112+188+190=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #70BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCBE is #8F4341. Grayscale: #A5A5A5. Windows color (decimal): -9388866 or 12500080. OLE color: 12500080.

HSL color Cylindrical-coordinate representation of color #70BCBE: hue angle of 181.54º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BCBE is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112188190-
CMYK0.410.0100.25
HSL181.54º37.5%59.22%-
HSV(B)181.54º41.05%74.51%-
XYZ33.9643.1355.25-
YUV165.5141.8289.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 22.86%
GREEN value IS 188 (73.83% from 255) = 38.37%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=22.86%
G=38.37%
B=38.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121881900.410.0100.25181.5437.559.22
Hex70BCBE291019b6263b
Octal1602742765110312664673
Binary11100001011110010111110101001101100110110110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70BCBE; }

 p { color: rgb(112,188,190); }

 H1.HeaderClassName
 {
   color: #70BCBE;
 }
 .AnyTagClassName
 {
   color: #70BCBE;
 }
</style>
background-color css

<style>
 a { background-color: #70BCBE; }

 a { background-color: rgb(112,188,190); }

 div.DivClassName
 {
   background-color: #70BCBE;
 }
 .BgClassName
 {
   background-color: #70BCBE;
 }
</style>
border-color css

<style>
 span { border-color: #70BCBE; }

 span { border-color: rgb(112,188,190); }

 td.TdClassName
 {
   border-color: #70BCBE;
 }
 .TagClassName
 {
   border-color: #70BCBE;
 }
</style>