Html Css Color HEX #70ABBC Glacier

📋 copy color: '#70ABBC'

red 112 ◦ green 171 ◦ blue 188

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

Shades of Glacier #70ABBC

Tints of Glacier #70ABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 23.78%
G = 36.31%
B = 39.92%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#70ABBC (or 0x70ABBC) is known color: Glacier. HEX triplet: 70, AB and BC. RGB value is (112,171,188). Sum of RGB (Red+Green+Blue) = 112+171+188=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #70ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABBC is #8F5443. Grayscale: #9B9B9B. Windows color (decimal): -9393220 or 12364656. OLE color: 12364656.

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

Color convert

RGB 112 171 188 -
CMYK 0.40 0.09 0 0.26
HSL 193.42º 0.36% 0.59% -
HSV(B) 193.42º 0.4% 0.74% -
XYZ 30.32 36.2 52.97 -
YUV 155.3 146.45 97.12 -
System Red Green Blue C M Y K H S L
Decimal 112 171 188 0.40 0.09 0 0.26 193.42 0.36 0.59
Hex 70 AB BC 28 9 0 1A C1 24 3B
Octal 160 253 274 50 11 0 32 301 44 73
Binary 1110000 10101011 10111100 101000 1001 0 11010 11000001 100100 111011

Color Harmonies of #70ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABBC

Black with #70ABBC

Text Example


Text Example

White with #70ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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