Html Css Color HEX #70ABBA Glacier

📋 copy color: '#70ABBA'

red 112 ◦ green 171 ◦ blue 186

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

Shades of Glacier #70ABBA

Tints of Glacier #70ABBA

RGB

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

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

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

R = 23.88%
G = 36.46%
B = 39.66%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#70ABBA (or 0x70ABBA) is known color: Glacier. HEX triplet: 70, AB and BA. RGB value is (112,171,186). Sum of RGB (Red+Green+Blue) = 112+171+186=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #70ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABBA is #8F5445. Grayscale: #9A9A9A. Windows color (decimal): -9393222 or 12233584. OLE color: 12233584.

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

Color convert

RGB 112 171 186 -
CMYK 0.40 0.08 0 0.27
HSL 192.16º 0.35% 0.58% -
HSV(B) 192.16º 0.4% 0.73% -
XYZ 30.11 36.12 51.84 -
YUV 155.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 112 171 186 0.40 0.08 0 0.27 192.16 0.35 0.58
Hex 70 AB BA 28 8 0 1B C0 23 3A
Octal 160 253 272 50 10 0 33 300 43 72
Binary 1110000 10101011 10111010 101000 1000 0 11011 11000000 100011 111010

Color Harmonies of #70ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABBA

Black with #70ABBA

Text Example


Text Example

White with #70ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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