#6EBDBF

Color #6EBDBF Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #6EBDBF

Tints of Glacier #6EBDBF

Color information

#6EBDBF (or 0x6EBDBF) is unknown color: approx Glacier. HEX triplet: 6E, BD and BF. RGB value is (110,189,191). Sum of RGB (Red+Green+Blue) = 110+189+191=490 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.45% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #6EBDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDBF is #914240. Grayscale: #A5A5A5. Windows color (decimal): -9519681 or 12565870. OLE color: 12565870.

HSL color Cylindrical-coordinate representation of color #6EBDBF: hue angle of 181.48º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBDBF is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB110189191-
CMYK0.420.0100.25
HSL181.48º38.76%59.02%-
HSV(B)181.48º42.41%74.9%-
XYZ34.0343.4755.89-
YUV165.61142.3388.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.45%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 191 (75% from 255) = 38.98%
R=22.45%
G=38.57%
B=38.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101891910.420.0100.25181.4838.7659.02
Hex6EBDBF2A1019b5273b
Octal1562752775210312654773
Binary11011101011110110111111101010101100110110101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,189,191); }

 H1.HeaderClassName
 {
   color: #6EBDBF;
 }
 .AnyTagClassName
 {
   color: #6EBDBF;
 }
</style>
background-color css

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

 a { background-color: rgb(110,189,191); }

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

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

 span { border-color: rgb(110,189,191); }

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