Html Css Color HEX #70A8BB Glacier

📋 copy color: '#70A8BB'

red 112 ◦ green 168 ◦ blue 187

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

Shades of Glacier #70A8BB

Tints of Glacier #70A8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.97%

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 23.98%
G = 35.97%
B = 40.04%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#70A8BB (or 0x70A8BB) is known color: Glacier. HEX triplet: 70, A8 and BB. RGB value is (112,168,187). Sum of RGB (Red+Green+Blue) = 112+168+187=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #70A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A8BB is #8F5744. Grayscale: #999999. Windows color (decimal): -9393989 or 12298352. OLE color: 12298352.

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

Color convert

RGB 112 168 187 -
CMYK 0.40 0.10 0 0.27
HSL 195.2º 0.36% 0.59% -
HSV(B) 195.2º 0.4% 0.73% -
XYZ 29.65 35.04 52.21 -
YUV 153.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 112 168 187 0.40 0.10 0 0.27 195.2 0.36 0.59
Hex 70 A8 BB 28 A 0 1B C3 24 3B
Octal 160 250 273 50 12 0 33 303 44 73
Binary 1110000 10101000 10111011 101000 1010 0 11011 11000011 100100 111011

Color Harmonies of #70A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A8BB

Black with #70A8BB

Text Example


Text Example

White with #70A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,168,187); }

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

background-color css

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

 a { background-color: rgb(112,168,187); }

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

border-color css

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

 span { border-color: rgb(112,168,187); }

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