Html Css Color HEX #70B1BE Glacier

📋 copy color: '#70B1BE'

red 112 ◦ green 177 ◦ blue 190

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

Shades of Glacier #70B1BE

Tints of Glacier #70B1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.95%

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

R = 23.38%
G = 36.95%
B = 39.67%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70B1BE (or 0x70B1BE) is known color: Glacier. HEX triplet: 70, B1 and BE. RGB value is (112,177,190). Sum of RGB (Red+Green+Blue) = 112+177+190=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #70B1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B1BE is #8F4E41. Grayscale: #9E9E9E. Windows color (decimal): -9391682 or 12497264. OLE color: 12497264.

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

Color convert

RGB 112 177 190 -
CMYK 0.41 0.07 0 0.25
HSL 190º 0.38% 0.59% -
HSV(B) 190º 0.41% 0.75% -
XYZ 31.7 38.61 54.5 -
YUV 159.05 145.47 94.44 -
System Red Green Blue C M Y K H S L
Decimal 112 177 190 0.41 0.07 0 0.25 190 0.38 0.59
Hex 70 B1 BE 29 7 0 19 BE 26 3B
Octal 160 261 276 51 7 0 31 276 46 73
Binary 1110000 10110001 10111110 101001 111 0 11001 10111110 100110 111011

Color Harmonies of #70B1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B1BE

Black with #70B1BE

Text Example


Text Example

White with #70B1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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