#A0EEDD

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

Shades of Ice Cold #A0EEDD

Tints of Ice Cold #A0EEDD

Color information

#A0EEDD (or 0xA0EEDD) is unknown color: approx Ice Cold. HEX triplet: A0, EE and DD. RGB value is (160,238,221). Sum of RGB (Red+Green+Blue) = 160+238+221=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEDD is #5F1122. Grayscale: #D4D4D4. Windows color (decimal): -6230307 or 14544544. OLE color: 14544544.

HSL color Cylindrical-coordinate representation of color #A0EEDD: hue angle of 166.92º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEDD is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB160238221-
CMYK0.3300.070.07
HSL166.92º69.64%78.04%-
HSV(B)166.92º32.77%93.33%-
XYZ58.1273.8479.6-
YUV212.74132.6690.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.85%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=25.85%
G=38.45%
B=35.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602382210.3300.070.07166.9269.6478.04
HexA0EEDD21077a7464e
Octal24035633541077247106116
Binary10100000111011101101110110000101111111010011110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EEDD; }

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

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

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

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

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

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

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

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