Html Css Color HEX #70B6BE Glacier

📋 copy color: '#70B6BE'

red 112 ◦ green 182 ◦ blue 190

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

Shades of Glacier #70B6BE

Tints of Glacier #70B6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.6%

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

R = 23.14%
G = 37.6%
B = 39.26%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70B6BE (or 0x70B6BE) is known color: Glacier. HEX triplet: 70, B6 and BE. RGB value is (112,182,190). Sum of RGB (Red+Green+Blue) = 112+182+190=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #70B6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B6BE is #8F4941. Grayscale: #A1A1A1. Windows color (decimal): -9390402 or 12498544. OLE color: 12498544.

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

Color convert

RGB 112 182 190 -
CMYK 0.41 0.04 0 0.25
HSL 186.15º 0.38% 0.59% -
HSV(B) 186.15º 0.41% 0.75% -
XYZ 32.7 40.62 54.83 -
YUV 161.98 143.81 92.35 -
System Red Green Blue C M Y K H S L
Decimal 112 182 190 0.41 0.04 0 0.25 186.15 0.38 0.59
Hex 70 B6 BE 29 4 0 19 BA 26 3B
Octal 160 266 276 51 4 0 31 272 46 73
Binary 1110000 10110110 10111110 101001 100 0 11001 10111010 100110 111011

Color Harmonies of #70B6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B6BE

Black with #70B6BE

Text Example


Text Example

White with #70B6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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