#A9EAD5

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

Shades of Ice Cold #A9EAD5

Tints of Ice Cold #A9EAD5

Color information

#A9EAD5 (or 0xA9EAD5) is unknown color: approx Ice Cold. HEX triplet: A9, EA and D5. RGB value is (169,234,213). Sum of RGB (Red+Green+Blue) = 169+234+213=616 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.44% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EAD5 is #56152A. Grayscale: #D4D4D4. Windows color (decimal): -5641515 or 14019241. OLE color: 14019241.

HSL color Cylindrical-coordinate representation of color #A9EAD5: hue angle of 160.62º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9EAD5 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB169234213-
CMYK0.2800.090.08
HSL160.62º60.75%79.02%-
HSV(B)160.62º27.78%91.76%-
XYZ57.872.0873.82-
YUV212.17128.4797.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.44%
GREEN value IS 234 (91.80% from 255) = 37.99%
BLUE value IS 213 (83.59% from 255) = 34.58%
R=27.44%
G=37.99%
B=34.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1692342130.2800.090.08160.6260.7579.02
HexA9EAD51C098a13d4f
Octal251352325340111024175117
Binary10101001111010101101010111100010011000101000011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EAD5; }

 p { color: rgb(169,234,213); }

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

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

 a { background-color: rgb(169,234,213); }

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

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

 span { border-color: rgb(169,234,213); }

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