#A5E9DD

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

Shades of Ice Cold #A5E9DD

Tints of Ice Cold #A5E9DD

Color information

#A5E9DD (or 0xA5E9DD) is unknown color: approx Ice Cold. HEX triplet: A5, E9 and DD. RGB value is (165,233,221). Sum of RGB (Red+Green+Blue) = 165+233+221=619 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.66% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9DD is #5A1622. Grayscale: #D3D3D3. Windows color (decimal): -5903907 or 14543269. OLE color: 14543269.

HSL color Cylindrical-coordinate representation of color #A5E9DD: hue angle of 169.41º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E9DD is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB165233221-
CMYK0.2900.050.09
HSL169.41º60.71%78.04%-
HSV(B)169.41º29.18%91.37%-
XYZ57.7171.579.17-
YUV211.3133.4794.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.66%
GREEN value IS 233 (91.41% from 255) = 37.64%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=26.66%
G=37.64%
B=35.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652332210.2900.050.09169.4160.7178.04
HexA5E9DD1D059a93d4e
Octal24535133535051125175116
Binary1010010111101001110111011110101011001101010011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E9DD; }

 p { color: rgb(165,233,221); }

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

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

 a { background-color: rgb(165,233,221); }

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

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

 span { border-color: rgb(165,233,221); }

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