Html Css Color HEX #70AFBA Glacier

📋 copy color: '#70AFBA'

red 112 ◦ green 175 ◦ blue 186

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

Shades of Glacier #70AFBA

Tints of Glacier #70AFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 23.68%
G = 37%
B = 39.32%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#70AFBA (or 0x70AFBA) is known color: Glacier. HEX triplet: 70, AF and BA. RGB value is (112,175,186). Sum of RGB (Red+Green+Blue) = 112+175+186=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #70AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AFBA is #8F5045. Grayscale: #9D9D9D. Windows color (decimal): -9392198 or 12234608. OLE color: 12234608.

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

Color convert

RGB 112 175 186 -
CMYK 0.40 0.06 0 0.27
HSL 188.92º 0.35% 0.58% -
HSV(B) 188.92º 0.4% 0.73% -
XYZ 30.87 37.65 52.09 -
YUV 157.42 144.13 95.61 -
System Red Green Blue C M Y K H S L
Decimal 112 175 186 0.40 0.06 0 0.27 188.92 0.35 0.58
Hex 70 AF BA 28 6 0 1B BD 23 3A
Octal 160 257 272 50 6 0 33 275 43 72
Binary 1110000 10101111 10111010 101000 110 0 11011 10111101 100011 111010

Color Harmonies of #70AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AFBA

Black with #70AFBA

Text Example


Text Example

White with #70AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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