Html Css Color HEX #70B8BD Glacier

📋 copy color: '#70B8BD'

red 112 ◦ green 184 ◦ blue 189

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

Shades of Glacier #70B8BD

Tints of Glacier #70B8BD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.94%

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

R = 23.09%
G = 37.94%
B = 38.97%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#70B8BD (or 0x70B8BD) is known color: Glacier. HEX triplet: 70, B8 and BD. RGB value is (112,184,189). Sum of RGB (Red+Green+Blue) = 112+184+189=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #70B8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B8BD is #8F4742. Grayscale: #A2A2A2. Windows color (decimal): -9389891 or 12433520. OLE color: 12433520.

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

Color convert

RGB 112 184 189 -
CMYK 0.41 0.03 0 0.26
HSL 183.9º 0.37% 0.59% -
HSV(B) 183.9º 0.41% 0.74% -
XYZ 33.01 41.4 54.4 -
YUV 163.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 112 184 189 0.41 0.03 0 0.26 183.9 0.37 0.59
Hex 70 B8 BD 29 3 0 1A B8 25 3B
Octal 160 270 275 51 3 0 32 270 45 73
Binary 1110000 10111000 10111101 101001 11 0 11010 10111000 100101 111011

Color Harmonies of #70B8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B8BD

Black with #70B8BD

Text Example


Text Example

White with #70B8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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