#A0EEDF

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

Shades of Ice Cold #A0EEDF

Tints of Ice Cold #A0EEDF

Color information

#A0EEDF (or 0xA0EEDF) is unknown color: approx Ice Cold. HEX triplet: A0, EE and DF. RGB value is (160,238,223). Sum of RGB (Red+Green+Blue) = 160+238+223=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEDF is #5F1120. Grayscale: #D4D4D4. Windows color (decimal): -6230305 or 14675616. OLE color: 14675616.

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

Color convert

RGB160238223-
CMYK0.3300.060.07
HSL168.46º69.64%78.04%-
HSV(B)168.46º32.77%93.33%-
XYZ58.3973.9581.01-
YUV212.97133.6690.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.76%
GREEN value IS 238 (93.36% from 255) = 38.33%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=25.76%
G=38.33%
B=35.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602382230.3300.060.07168.4669.6478.04
HexA0EEDF21067a8464e
Octal24035633741067250106116
Binary10100000111011101101111110000101101111010100010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EEDF; }

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

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

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

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

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

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

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

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