#A6EBDC

Color #A6EBDC Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #A6EBDC

Tints of Ice Cold #A6EBDC

Color information

#A6EBDC (or 0xA6EBDC) is unknown color: approx Ice Cold. HEX triplet: A6, EB and DC. RGB value is (166,235,220). Sum of RGB (Red+Green+Blue) = 166+235+220=621 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.73% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBDC is #591423. Grayscale: #D4D4D4. Windows color (decimal): -5837860 or 14478246. OLE color: 14478246.

HSL color Cylindrical-coordinate representation of color #A6EBDC: hue angle of 166.96º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EBDC is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB166235220-
CMYK0.2900.060.08
HSL166.96º63.3%78.63%-
HSV(B)166.96º29.36%92.16%-
XYZ58.3572.6978.67-
YUV212.66132.1494.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.73%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=26.73%
G=37.84%
B=35.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662352200.2900.060.08166.9663.378.63
HexA6EBDC1D068a73f4f
Octal24635333435061024777117
Binary1010011011101011110111001110101101000101001111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBDC; }

 p { color: rgb(166,235,220); }

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

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

 a { background-color: rgb(166,235,220); }

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

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

 span { border-color: rgb(166,235,220); }

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