Html Css Color HEX #70B2BE Glacier

📋 copy color: '#70B2BE'

red 112 ◦ green 178 ◦ blue 190

#70B2BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #70B2BE

Tints of Glacier #70B2BE

RGB

 RED value IS 112 (44.14% from 255) = 23.33%

 GREEN value IS 178 (69.92% from 255) = 37.08%

 BLUE value IS 190 (74.61% from 255) = 39.58%

R = 23.33%
G = 37.08%
B = 39.58%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70B2BE (or 0x70B2BE) is known color: Glacier. HEX triplet: 70, B2 and BE. RGB value is (112,178,190). Sum of RGB (Red+Green+Blue) = 112+178+190=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #70B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B2BE is #8F4D41. Grayscale: #9F9F9F. Windows color (decimal): -9391426 or 12497520. OLE color: 12497520.

HSL color Cylindrical-coordinate representation of color #70B2BE: hue angle of 189.23º 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 #70B2BE is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 178 190 -
CMYK 0.41 0.06 0 0.25
HSL 189.23º 0.38% 0.59% -
HSV(B) 189.23º 0.41% 0.75% -
XYZ 31.9 39 54.56 -
YUV 159.63 145.13 94.02 -
System Red Green Blue C M Y K H S L
Decimal 112 178 190 0.41 0.06 0 0.25 189.23 0.38 0.59
Hex 70 B2 BE 29 6 0 19 BD 26 3B
Octal 160 262 276 51 6 0 31 275 46 73
Binary 1110000 10110010 10111110 101001 110 0 11001 10111101 100110 111011

Color Harmonies of #70B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B2BE

Black with #70B2BE

Text Example


Text Example

White with #70B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70B2BE;
 }
 .AnyTagClassName
 {
   color: #70B2BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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