#A6EEDD

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

Shades of Ice Cold #A6EEDD

Tints of Ice Cold #A6EEDD

Color information

#A6EEDD (or 0xA6EEDD) is unknown color: approx Ice Cold. HEX triplet: A6, EE and DD. RGB value is (166,238,221). Sum of RGB (Red+Green+Blue) = 166+238+221=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EEDD is #591122. Grayscale: #D6D6D6. Windows color (decimal): -5837091 or 14544550. OLE color: 14544550.

HSL color Cylindrical-coordinate representation of color #A6EEDD: hue angle of 165.83º 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 #A6EEDD is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB166238221-
CMYK0.3000.070.07
HSL165.83º67.92%79.22%-
HSV(B)165.83º30.25%93.33%-
XYZ59.3574.4879.65-
YUV214.53131.6593.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.56%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 221 (86.72% from 255) = 35.36%
R=26.56%
G=38.08%
B=35.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662382210.3000.070.07165.8367.9279.22
HexA6EEDD1E077a6444f
Octal24635633536077246104117
Binary1010011011101110110111011111001111111010011010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EEDD; }

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

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

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

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

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

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

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

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