Html Css Color HEX #70BCBE Glacier

📋 copy color: '#70BCBE'

red 112 ◦ green 188 ◦ blue 190

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

Shades of Glacier #70BCBE

Tints of Glacier #70BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.37%

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

R = 22.86%
G = 38.37%
B = 38.78%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70BCBE (or 0x70BCBE) is known color: Glacier. HEX triplet: 70, BC and BE. RGB value is (112,188,190). Sum of RGB (Red+Green+Blue) = 112+188+190=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #70BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCBE is #8F4341. Grayscale: #A5A5A5. Windows color (decimal): -9388866 or 12500080. OLE color: 12500080.

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

Color convert

RGB 112 188 190 -
CMYK 0.41 0.01 0 0.25
HSL 181.54º 0.38% 0.59% -
HSV(B) 181.54º 0.41% 0.75% -
XYZ 33.96 43.13 55.25 -
YUV 165.5 141.82 89.84 -
System Red Green Blue C M Y K H S L
Decimal 112 188 190 0.41 0.01 0 0.25 181.54 0.38 0.59
Hex 70 BC BE 29 1 0 19 B6 26 3B
Octal 160 274 276 51 1 0 31 266 46 73
Binary 1110000 10111100 10111110 101001 1 0 11001 10110110 100110 111011

Color Harmonies of #70BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BCBE

Black with #70BCBE

Text Example


Text Example

White with #70BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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