#A6EED9

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

Shades of Ice Cold #A6EED9

Tints of Ice Cold #A6EED9

Color information

#A6EED9 (or 0xA6EED9) is unknown color: approx Ice Cold. HEX triplet: A6, EE and D9. RGB value is (166,238,217). Sum of RGB (Red+Green+Blue) = 166+238+217=621 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.73% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 217 (85.16% from 255 or 34.94% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EED9 is #591126. Grayscale: #D6D6D6. Windows color (decimal): -5837095 or 14282406. OLE color: 14282406.

HSL color Cylindrical-coordinate representation of color #A6EED9: hue angle of 162.5º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EED9 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB166238217-
CMYK0.3000.090.07
HSL162.5º67.92%79.22%-
HSV(B)162.5º30.25%93.33%-
XYZ58.8274.2776.88-
YUV214.08129.6593.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.73%
GREEN value IS 238 (93.36% from 255) = 38.33%
BLUE value IS 217 (85.16% from 255) = 34.94%
R=26.73%
G=38.33%
B=34.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662382170.3000.090.07162.567.9279.22
HexA6EED91E097a2444f
Octal246356331360117242104117
Binary10100110111011101101100111110010011111010001010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EED9; }

 p { color: rgb(166,238,217); }

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

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

 a { background-color: rgb(166,238,217); }

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

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

 span { border-color: rgb(166,238,217); }

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