Html Css Color HEX #70B4BE Glacier

📋 copy color: '#70B4BE'

red 112 ◦ green 180 ◦ blue 190

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

Shades of Glacier #70B4BE

Tints of Glacier #70B4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.34%

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

R = 23.24%
G = 37.34%
B = 39.42%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70B4BE (or 0x70B4BE) is known color: Glacier. HEX triplet: 70, B4 and BE. RGB value is (112,180,190). Sum of RGB (Red+Green+Blue) = 112+180+190=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #70B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B4BE is #8F4B41. Grayscale: #A0A0A0. Windows color (decimal): -9390914 or 12498032. OLE color: 12498032.

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

Color convert

RGB 112 180 190 -
CMYK 0.41 0.05 0 0.25
HSL 187.69º 0.38% 0.59% -
HSV(B) 187.69º 0.41% 0.75% -
XYZ 32.3 39.8 54.7 -
YUV 160.81 144.47 93.19 -
System Red Green Blue C M Y K H S L
Decimal 112 180 190 0.41 0.05 0 0.25 187.69 0.38 0.59
Hex 70 B4 BE 29 5 0 19 BC 26 3B
Octal 160 264 276 51 5 0 31 274 46 73
Binary 1110000 10110100 10111110 101001 101 0 11001 10111100 100110 111011

Color Harmonies of #70B4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B4BE

Black with #70B4BE

Text Example


Text Example

White with #70B4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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