Html Css Color HEX #6EADBC Glacier

📋 copy color: '#6EADBC'

red 110 ◦ green 173 ◦ blue 188

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

Shades of Glacier #6EADBC

Tints of Glacier #6EADBC

RGB

 RED value IS 110 (43.36% from 255) = 23.35%

 GREEN value IS 173 (67.97% from 255) = 36.73%

 BLUE value IS 188 (73.83% from 255) = 39.92%

R = 23.35%
G = 36.73%
B = 39.92%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6EADBC (or 0x6EADBC) is known color: Glacier. HEX triplet: 6E, AD and BC. RGB value is (110,173,188). Sum of RGB (Red+Green+Blue) = 110+173+188=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #6EADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADBC is #915243. Grayscale: #9B9B9B. Windows color (decimal): -9523780 or 12365166. OLE color: 12365166.

HSL color Cylindrical-coordinate representation of color #6EADBC: hue angle of 191.54º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EADBC is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 173 188 -
CMYK 0.41 0.08 0 0.26
HSL 191.54º 0.37% 0.58% -
HSV(B) 191.54º 0.41% 0.74% -
XYZ 30.45 36.83 53.08 -
YUV 155.87 146.13 95.28 -
System Red Green Blue C M Y K H S L
Decimal 110 173 188 0.41 0.08 0 0.26 191.54 0.37 0.58
Hex 6E AD BC 29 8 0 1A C0 25 3A
Octal 156 255 274 51 10 0 32 300 45 72
Binary 1101110 10101101 10111100 101001 1000 0 11010 11000000 100101 111010

Color Harmonies of #6EADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EADBC

Black with #6EADBC

Text Example


Text Example

White with #6EADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EADBC; }

 p { color: rgb(110,173,188); }

 H1.HeaderClassName
 {
   color: #6EADBC;
 }
 .AnyTagClassName
 {
   color: #6EADBC;
 }
</style>

background-color css

<style>
 a { background-color: #6EADBC; }

 a { background-color: rgb(110,173,188); }

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

border-color css

<style>
 span { border-color: #6EADBC; }

 span { border-color: rgb(110,173,188); }

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