Html Css Color HEX #70B5BE Glacier

📋 copy color: '#70B5BE'

red 112 ◦ green 181 ◦ blue 190

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

Shades of Glacier #70B5BE

Tints of Glacier #70B5BE

RGB

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

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

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

R = 23.19%
G = 37.47%
B = 39.34%

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

#70B5BE (or 0x70B5BE) is known color: Glacier. HEX triplet: 70, B5 and BE. RGB value is (112,181,190). Sum of RGB (Red+Green+Blue) = 112+181+190=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #70B5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B5BE is #8F4A41. Grayscale: #A1A1A1. Windows color (decimal): -9390658 or 12498288. OLE color: 12498288.

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

Color convert

RGB 112 181 190 -
CMYK 0.41 0.05 0 0.25
HSL 186.92º 0.38% 0.59% -
HSV(B) 186.92º 0.41% 0.75% -
XYZ 32.5 40.21 54.76 -
YUV 161.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 112 181 190 0.41 0.05 0 0.25 186.92 0.38 0.59
Hex 70 B5 BE 29 5 0 19 BB 26 3B
Octal 160 265 276 51 5 0 31 273 46 73
Binary 1110000 10110101 10111110 101001 101 0 11001 10111011 100110 111011

Color Harmonies of #70B5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B5BE

Black with #70B5BE

Text Example


Text Example

White with #70B5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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