#A9E9DD

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

Shades of Ice Cold #A9E9DD

Tints of Ice Cold #A9E9DD

Color information

#A9E9DD (or 0xA9E9DD) is unknown color: approx Ice Cold. HEX triplet: A9, E9 and DD. RGB value is (169,233,221). Sum of RGB (Red+Green+Blue) = 169+233+221=623 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.13% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 233 - color contains mainly: green. Hex color #A9E9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9E9DD is #561622. Grayscale: #D4D4D4. Windows color (decimal): -5641763 or 14543273. OLE color: 14543273.

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

Color convert

RGB169233221-
CMYK0.2700.050.09
HSL168.75º59.26%78.82%-
HSV(B)168.75º27.47%91.37%-
XYZ58.5571.9379.21-
YUV212.5132.896.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.13%
GREEN value IS 233 (91.41% from 255) = 37.40%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=27.13%
G=37.40%
B=35.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1692332210.2700.050.09168.7559.2678.82
HexA9E9DD1B059a93b4f
Octal25135133533051125173117
Binary1010100111101001110111011101101011001101010011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E9DD; }

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

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

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

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

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

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

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

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