#A9ECDD

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

Shades of Ice Cold #A9ECDD

Tints of Ice Cold #A9ECDD

Color information

#A9ECDD (or 0xA9ECDD) is unknown color: approx Ice Cold. HEX triplet: A9, EC and DD. RGB value is (169,236,221). Sum of RGB (Red+Green+Blue) = 169+236+221=626 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.00% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9ECDD is #561322. Grayscale: #D6D6D6. Windows color (decimal): -5640995 or 14544041. OLE color: 14544041.

HSL color Cylindrical-coordinate representation of color #A9ECDD: hue angle of 166.57º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9ECDD is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB169236221-
CMYK0.2800.060.07
HSL166.57º63.81%79.41%-
HSV(B)166.57º28.39%92.55%-
XYZ59.4173.6579.49-
YUV214.26131.895.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.00%
GREEN value IS 236 (92.58% from 255) = 37.70%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=27.00%
G=37.70%
B=35.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692362210.2800.060.07166.5763.8179.41
HexA9ECDD1C067a7404f
Octal25135433534067247100117
Binary1010100111101100110111011110001101111010011110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ECDD; }

 p { color: rgb(169,236,221); }

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

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

 a { background-color: rgb(169,236,221); }

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

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

 span { border-color: rgb(169,236,221); }

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