Html Css Color HEX #70BDC7 Glacier

📋 copy color: '#70BDC7'

red 112 ◦ green 189 ◦ blue 199

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

Shades of Glacier #70BDC7

Tints of Glacier #70BDC7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.8%

 BLUE value IS 199 (78.13% from 255) = 39.8%

R = 22.4%
G = 37.8%
B = 39.8%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#70BDC7 (or 0x70BDC7) is known color: Glacier. HEX triplet: 70, BD and C7. RGB value is (112,189,199). Sum of RGB (Red+Green+Blue) = 112+189+199=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 199 - color contains mainly: blue. Hex color #70BDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDC7 is #8F4238. Grayscale: #A7A7A7. Windows color (decimal): -9388601 or 13090160. OLE color: 13090160.

HSL color Cylindrical-coordinate representation of color #70BDC7: hue angle of 186.9º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70BDC7 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 189 199 -
CMYK 0.44 0.05 0 0.22
HSL 186.9º 0.44% 0.61% -
HSV(B) 186.9º 0.44% 0.78% -
XYZ 35.19 43.96 60.66 -
YUV 167.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 112 189 199 0.44 0.05 0 0.22 186.9 0.44 0.61
Hex 70 BD C7 2C 5 0 16 BB 2C 3D
Octal 160 275 307 54 5 0 26 273 54 75
Binary 1110000 10111101 11000111 101100 101 0 10110 10111011 101100 111101

Color Harmonies of #70BDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BDC7

Black with #70BDC7

Text Example


Text Example

White with #70BDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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