Html Css Color HEX #70B5BC Glacier

📋 copy color: '#70B5BC'

red 112 ◦ green 181 ◦ blue 188

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

Shades of Glacier #70B5BC

Tints of Glacier #70B5BC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.63%

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

R = 23.28%
G = 37.63%
B = 39.09%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#70B5BC (or 0x70B5BC) is known color: Glacier. HEX triplet: 70, B5 and BC. RGB value is (112,181,188). Sum of RGB (Red+Green+Blue) = 112+181+188=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #70B5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B5BC is #8F4A43. Grayscale: #A1A1A1. Windows color (decimal): -9390660 or 12367216. OLE color: 12367216.

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

Color convert

RGB 112 181 188 -
CMYK 0.40 0.04 0 0.26
HSL 185.53º 0.36% 0.59% -
HSV(B) 185.53º 0.4% 0.74% -
XYZ 32.28 40.12 53.62 -
YUV 161.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 112 181 188 0.40 0.04 0 0.26 185.53 0.36 0.59
Hex 70 B5 BC 28 4 0 1A BA 24 3B
Octal 160 265 274 50 4 0 32 272 44 73
Binary 1110000 10110101 10111100 101000 100 0 11010 10111010 100100 111011

Color Harmonies of #70B5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B5BC

Black with #70B5BC

Text Example


Text Example

White with #70B5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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