Html Css Color HEX #70B8BE Glacier

📋 copy color: '#70B8BE'

red 112 ◦ green 184 ◦ blue 190

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

Shades of Glacier #70B8BE

Tints of Glacier #70B8BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 23.05%
G = 37.86%
B = 39.09%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70B8BE (or 0x70B8BE) is known color: Glacier. HEX triplet: 70, B8 and BE. RGB value is (112,184,190). Sum of RGB (Red+Green+Blue) = 112+184+190=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #70B8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B8BE is #8F4741. Grayscale: #A3A3A3. Windows color (decimal): -9389890 or 12499056. OLE color: 12499056.

HSL color Cylindrical-coordinate representation of color #70B8BE: hue angle of 184.62º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70B8BE is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 184 190 -
CMYK 0.41 0.03 0 0.25
HSL 184.62º 0.38% 0.59% -
HSV(B) 184.62º 0.41% 0.75% -
XYZ 33.12 41.44 54.97 -
YUV 163.16 143.15 91.51 -
System Red Green Blue C M Y K H S L
Decimal 112 184 190 0.41 0.03 0 0.25 184.62 0.38 0.59
Hex 70 B8 BE 29 3 0 19 B9 26 3B
Octal 160 270 276 51 3 0 31 271 46 73
Binary 1110000 10111000 10111110 101001 11 0 11001 10111001 100110 111011

Color Harmonies of #70B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B8BE

Black with #70B8BE

Text Example


Text Example

White with #70B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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