Html Css Color HEX #70B1BC Glacier

📋 copy color: '#70B1BC'

red 112 ◦ green 177 ◦ blue 188

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

Shades of Glacier #70B1BC

Tints of Glacier #70B1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.41%

R = 23.48%
G = 37.11%
B = 39.41%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#70B1BC (or 0x70B1BC) is known color: Glacier. HEX triplet: 70, B1 and BC. RGB value is (112,177,188). Sum of RGB (Red+Green+Blue) = 112+177+188=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #70B1BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B1BC is #8F4E43. Grayscale: #9E9E9E. Windows color (decimal): -9391684 or 12366192. OLE color: 12366192.

HSL color Cylindrical-coordinate representation of color #70B1BC: hue angle of 188.68º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70B1BC is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 177 188 -
CMYK 0.40 0.06 0 0.26
HSL 188.68º 0.36% 0.59% -
HSV(B) 188.68º 0.4% 0.74% -
XYZ 31.48 38.52 53.35 -
YUV 158.82 144.47 94.61 -
System Red Green Blue C M Y K H S L
Decimal 112 177 188 0.40 0.06 0 0.26 188.68 0.36 0.59
Hex 70 B1 BC 28 6 0 1A BD 24 3B
Octal 160 261 274 50 6 0 32 275 44 73
Binary 1110000 10110001 10111100 101000 110 0 11010 10111101 100100 111011

Color Harmonies of #70B1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B1BC

Black with #70B1BC

Text Example


Text Example

White with #70B1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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