Html Css Color HEX #70AFBF Glacier

📋 copy color: '#70AFBF'

red 112 ◦ green 175 ◦ blue 191

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

Shades of Glacier #70AFBF

Tints of Glacier #70AFBF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

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

R = 23.43%
G = 36.61%
B = 39.96%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70AFBF (or 0x70AFBF) is known color: Glacier. HEX triplet: 70, AF and BF. RGB value is (112,175,191). Sum of RGB (Red+Green+Blue) = 112+175+191=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #70AFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AFBF is #8F5040. Grayscale: #9D9D9D. Windows color (decimal): -9392193 or 12562288. OLE color: 12562288.

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

Color convert

RGB 112 175 191 -
CMYK 0.41 0.08 0 0.25
HSL 192.15º 0.38% 0.59% -
HSV(B) 192.15º 0.41% 0.75% -
XYZ 31.42 37.87 54.94 -
YUV 157.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 112 175 191 0.41 0.08 0 0.25 192.15 0.38 0.59
Hex 70 AF BF 29 8 0 19 C0 26 3B
Octal 160 257 277 51 10 0 31 300 46 73
Binary 1110000 10101111 10111111 101001 1000 0 11001 11000000 100110 111011

Color Harmonies of #70AFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AFBF

Black with #70AFBF

Text Example


Text Example

White with #70AFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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