Html Css Color HEX #6EADBA Glacier

📋 copy color: '#6EADBA'

red 110 ◦ green 173 ◦ blue 186

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

Shades of Glacier #6EADBA

Tints of Glacier #6EADBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 23.45%
G = 36.89%
B = 39.66%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6EADBA (or 0x6EADBA) is known color: Glacier. HEX triplet: 6E, AD and BA. RGB value is (110,173,186). Sum of RGB (Red+Green+Blue) = 110+173+186=469 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.45% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #6EADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EADBA is #915245. Grayscale: #9B9B9B. Windows color (decimal): -9523782 or 12234094. OLE color: 12234094.

HSL color Cylindrical-coordinate representation of color #6EADBA: hue angle of 190.26º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EADBA is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 173 186 -
CMYK 0.41 0.07 0 0.27
HSL 190.26º 0.36% 0.58% -
HSV(B) 190.26º 0.41% 0.73% -
XYZ 30.24 36.75 51.95 -
YUV 155.65 145.13 95.44 -
System Red Green Blue C M Y K H S L
Decimal 110 173 186 0.41 0.07 0 0.27 190.26 0.36 0.58
Hex 6E AD BA 29 7 0 1B BE 24 3A
Octal 156 255 272 51 7 0 33 276 44 72
Binary 1101110 10101101 10111010 101001 111 0 11011 10111110 100100 111010

Color Harmonies of #6EADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EADBA

Black with #6EADBA

Text Example


Text Example

White with #6EADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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