Html Css Color HEX #70B0BE Glacier

📋 copy color: '#70B0BE'

red 112 ◦ green 176 ◦ blue 190

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

Shades of Glacier #70B0BE

Tints of Glacier #70B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.82%

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

R = 23.43%
G = 36.82%
B = 39.75%

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

#70B0BE (or 0x70B0BE) is known color: Glacier. HEX triplet: 70, B0 and BE. RGB value is (112,176,190). Sum of RGB (Red+Green+Blue) = 112+176+190=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #70B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B0BE is #8F4F41. Grayscale: #9E9E9E. Windows color (decimal): -9391938 or 12497008. OLE color: 12497008.

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

Color convert

RGB 112 176 190 -
CMYK 0.41 0.07 0 0.25
HSL 190.77º 0.38% 0.59% -
HSV(B) 190.77º 0.41% 0.75% -
XYZ 31.5 38.21 54.43 -
YUV 158.46 145.8 94.86 -
System Red Green Blue C M Y K H S L
Decimal 112 176 190 0.41 0.07 0 0.25 190.77 0.38 0.59
Hex 70 B0 BE 29 7 0 19 BF 26 3B
Octal 160 260 276 51 7 0 31 277 46 73
Binary 1110000 10110000 10111110 101001 111 0 11001 10111111 100110 111011

Color Harmonies of #70B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B0BE

Black with #70B0BE

Text Example


Text Example

White with #70B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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