Html Css Color HEX #70BABD Glacier

📋 copy color: '#70BABD'

red 112 ◦ green 186 ◦ blue 189

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

Shades of Glacier #70BABD

Tints of Glacier #70BABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.19%

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

R = 23%
G = 38.19%
B = 38.81%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#70BABD (or 0x70BABD) is known color: Glacier. HEX triplet: 70, BA and BD. RGB value is (112,186,189). Sum of RGB (Red+Green+Blue) = 112+186+189=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #70BABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BABD is #8F4542. Grayscale: #A4A4A4. Windows color (decimal): -9389379 or 12434032. OLE color: 12434032.

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

Color convert

RGB 112 186 189 -
CMYK 0.41 0.02 0 0.26
HSL 182.34º 0.37% 0.59% -
HSV(B) 182.34º 0.41% 0.74% -
XYZ 33.43 42.24 54.53 -
YUV 164.22 141.98 90.76 -
System Red Green Blue C M Y K H S L
Decimal 112 186 189 0.41 0.02 0 0.26 182.34 0.37 0.59
Hex 70 BA BD 29 2 0 1A B6 25 3B
Octal 160 272 275 51 2 0 32 266 45 73
Binary 1110000 10111010 10111101 101001 10 0 11010 10110110 100101 111011

Color Harmonies of #70BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BABD

Black with #70BABD

Text Example


Text Example

White with #70BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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