Html Css Color HEX #70ABBF Glacier

📋 copy color: '#70ABBF'

red 112 ◦ green 171 ◦ blue 191

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

Shades of Glacier #70ABBF

Tints of Glacier #70ABBF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.08%

 BLUE value IS 191 (75% from 255) = 40.3%

R = 23.63%
G = 36.08%
B = 40.3%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70ABBF (or 0x70ABBF) is known color: Glacier. HEX triplet: 70, AB and BF. RGB value is (112,171,191). Sum of RGB (Red+Green+Blue) = 112+171+191=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #70ABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABBF is #8F5440. Grayscale: #9B9B9B. Windows color (decimal): -9393217 or 12561264. OLE color: 12561264.

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

Color convert

RGB 112 171 191 -
CMYK 0.41 0.10 0 0.25
HSL 195.19º 0.38% 0.59% -
HSV(B) 195.19º 0.41% 0.75% -
XYZ 30.65 36.33 54.69 -
YUV 155.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 112 171 191 0.41 0.10 0 0.25 195.19 0.38 0.59
Hex 70 AB BF 29 A 0 19 C3 26 3B
Octal 160 253 277 51 12 0 31 303 46 73
Binary 1110000 10101011 10111111 101001 1010 0 11001 11000011 100110 111011

Color Harmonies of #70ABBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABBF

Black with #70ABBF

Text Example


Text Example

White with #70ABBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,171,191); }

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

background-color css

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

 a { background-color: rgb(112,171,191); }

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

border-color css

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

 span { border-color: rgb(112,171,191); }

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