#A0EEDA

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

Shades of Ice Cold #A0EEDA

Tints of Ice Cold #A0EEDA

Color information

#A0EEDA (or 0xA0EEDA) is unknown color: approx Ice Cold. HEX triplet: A0, EE and DA. RGB value is (160,238,218). Sum of RGB (Red+Green+Blue) = 160+238+218=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEDA is #5F1125. Grayscale: #D4D4D4. Windows color (decimal): -6230310 or 14347936. OLE color: 14347936.

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

Color convert

RGB160238218-
CMYK0.3300.080.07
HSL164.62º69.64%78.04%-
HSV(B)164.62º32.77%93.33%-
XYZ57.7373.6877.51-
YUV212.4131.1690.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.97%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 218 (85.55% from 255) = 35.39%
R=25.97%
G=38.64%
B=35.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602382180.3300.080.07164.6269.6478.04
HexA0EEDA21087a5464e
Octal240356332410107245106116
Binary101000001110111011011010100001010001111010010110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EEDA; }

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

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

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

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

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

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

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

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