#6EBCC3

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

Shades of Glacier #6EBCC3

Tints of Glacier #6EBCC3

Color information

#6EBCC3 (or 0x6EBCC3) is unknown color: approx Glacier. HEX triplet: 6E, BC and C3. RGB value is (110,188,195). Sum of RGB (Red+Green+Blue) = 110+188+195=493 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.31% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 195 - color contains mainly: blue. Hex color #6EBCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCC3 is #91433C. Grayscale: #A5A5A5. Windows color (decimal): -9519933 or 12827758. OLE color: 12827758.

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

Color convert

RGB110188195-
CMYK0.440.0400.24
HSL184.94º41.46%59.8%-
HSV(B)184.94º43.59%76.47%-
XYZ34.2643.2258.17-
YUV165.48144.6688.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.31%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 195 (76.56% from 255) = 39.55%
R=22.31%
G=38.13%
B=39.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101881950.440.0400.24184.9441.4659.8
Hex6EBCC32C4018b9293c
Octal1562743035440302715174
Binary1101110101111001100001110110010001100010111001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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