Html Css Color HEX #70ACBD Glacier

📋 copy color: '#70ACBD'

red 112 ◦ green 172 ◦ blue 189

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

Shades of Glacier #70ACBD

Tints of Glacier #70ACBD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.36%

 BLUE value IS 189 (74.22% from 255) = 39.96%

R = 23.68%
G = 36.36%
B = 39.96%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#70ACBD (or 0x70ACBD) is known color: Glacier. HEX triplet: 70, AC and BD. RGB value is (112,172,189). Sum of RGB (Red+Green+Blue) = 112+172+189=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #70ACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACBD is #8F5342. Grayscale: #9B9B9B. Windows color (decimal): -9392963 or 12430448. OLE color: 12430448.

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

Color convert

RGB 112 172 189 -
CMYK 0.41 0.09 0 0.26
HSL 193.25º 0.37% 0.59% -
HSV(B) 193.25º 0.41% 0.74% -
XYZ 30.62 36.62 53.6 -
YUV 156 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 112 172 189 0.41 0.09 0 0.26 193.25 0.37 0.59
Hex 70 AC BD 29 9 0 1A C1 25 3B
Octal 160 254 275 51 11 0 32 301 45 73
Binary 1110000 10101100 10111101 101001 1001 0 11010 11000001 100101 111011

Color Harmonies of #70ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACBD

Black with #70ACBD

Text Example


Text Example

White with #70ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,172,189); }

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

background-color css

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

 a { background-color: rgb(112,172,189); }

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

border-color css

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

 span { border-color: rgb(112,172,189); }

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