#6EBBC2

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

Shades of Glacier #6EBBC2

Tints of Glacier #6EBBC2

Color information

#6EBBC2 (or 0x6EBBC2) is unknown color: approx Glacier. HEX triplet: 6E, BB and C2. RGB value is (110,187,194). Sum of RGB (Red+Green+Blue) = 110+187+194=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 194 - color contains mainly: blue. Hex color #6EBBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBC2 is #91443D. Grayscale: #A4A4A4. Windows color (decimal): -9520190 or 12761966. OLE color: 12761966.

HSL color Cylindrical-coordinate representation of color #6EBBC2: hue angle of 185º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EBBC2 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB110187194-
CMYK0.430.0400.24
HSL185º40.78%59.61%-
HSV(B)185º43.3%76.08%-
XYZ33.9442.7557.5-
YUV164.77144.4988.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.40%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 194 (76.17% from 255) = 39.51%
R=22.40%
G=38.09%
B=39.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101871940.430.0400.2418540.7859.61
Hex6EBBC22B4018b9293c
Octal1562733025340302715174
Binary1101110101110111100001010101110001100010111001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,187,194); }

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

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

 a { background-color: rgb(110,187,194); }

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

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

 span { border-color: rgb(110,187,194); }

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