Html Css Color HEX #70B9BE Glacier

📋 copy color: '#70B9BE'

red 112 ◦ green 185 ◦ blue 190

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

Shades of Glacier #70B9BE

Tints of Glacier #70B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.99%

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

R = 23%
G = 37.99%
B = 39.01%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70B9BE (or 0x70B9BE) is known color: Glacier. HEX triplet: 70, B9 and BE. RGB value is (112,185,190). Sum of RGB (Red+Green+Blue) = 112+185+190=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #70B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B9BE is #8F4641. Grayscale: #A3A3A3. Windows color (decimal): -9389634 or 12499312. OLE color: 12499312.

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

Color convert

RGB 112 185 190 -
CMYK 0.41 0.03 0 0.25
HSL 183.85º 0.38% 0.59% -
HSV(B) 183.85º 0.41% 0.75% -
XYZ 33.33 41.86 55.04 -
YUV 163.74 142.82 91.09 -
System Red Green Blue C M Y K H S L
Decimal 112 185 190 0.41 0.03 0 0.25 183.85 0.38 0.59
Hex 70 B9 BE 29 3 0 19 B8 26 3B
Octal 160 271 276 51 3 0 31 270 46 73
Binary 1110000 10111001 10111110 101001 11 0 11001 10111000 100110 111011

Color Harmonies of #70B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B9BE

Black with #70B9BE

Text Example


Text Example

White with #70B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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