Html Css Color HEX #70ADBB Glacier

📋 copy color: '#70ADBB'

red 112 ◦ green 173 ◦ blue 187

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

Shades of Glacier #70ADBB

Tints of Glacier #70ADBB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.65%

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 23.73%
G = 36.65%
B = 39.62%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#70ADBB (or 0x70ADBB) is known color: Glacier. HEX triplet: 70, AD and BB. RGB value is (112,173,187). Sum of RGB (Red+Green+Blue) = 112+173+187=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #70ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADBB is #8F5244. Grayscale: #9C9C9C. Windows color (decimal): -9392709 or 12299632. OLE color: 12299632.

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

Color convert

RGB 112 173 187 -
CMYK 0.40 0.07 0 0.27
HSL 191.2º 0.36% 0.59% -
HSV(B) 191.2º 0.4% 0.73% -
XYZ 30.6 36.92 52.53 -
YUV 156.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 112 173 187 0.40 0.07 0 0.27 191.2 0.36 0.59
Hex 70 AD BB 28 7 0 1B BF 24 3B
Octal 160 255 273 50 7 0 33 277 44 73
Binary 1110000 10101101 10111011 101000 111 0 11011 10111111 100100 111011

Color Harmonies of #70ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADBB

Black with #70ADBB

Text Example


Text Example

White with #70ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,173,187); }

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

background-color css

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

 a { background-color: rgb(112,173,187); }

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

border-color css

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

 span { border-color: rgb(112,173,187); }

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