#6EBDBE

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

Shades of Glacier #6EBDBE

Tints of Glacier #6EBDBE

Color information

#6EBDBE (or 0x6EBDBE) is unknown color: approx Glacier. HEX triplet: 6E, BD and BE. RGB value is (110,189,190). Sum of RGB (Red+Green+Blue) = 110+189+190=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #6EBDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDBE is #914241. Grayscale: #A5A5A5. Windows color (decimal): -9519682 or 12500334. OLE color: 12500334.

HSL color Cylindrical-coordinate representation of color #6EBDBE: hue angle of 180.75º degrees, saturation: 0.38, 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 #6EBDBE is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB110189190-
CMYK0.420.0100.25
HSL180.75º38.1%58.82%-
HSV(B)180.75º42.11%74.51%-
XYZ33.9243.4355.31-
YUV165.49141.8388.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.49%
GREEN value IS 189 (74.22% from 255) = 38.65%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=22.49%
G=38.65%
B=38.85%

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
Decimal1101891900.420.0100.25180.7538.158.82
Hex6EBDBE2A1019b5263b
Octal1562752765210312654673
Binary11011101011110110111110101010101100110110101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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