#A9DDCB

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

Shades of Ice Cold #A9DDCB

Tints of Ice Cold #A9DDCB

Color information

#A9DDCB (or 0xA9DDCB) is unknown color: approx Ice Cold. HEX triplet: A9, DD and CB. RGB value is (169,221,203). Sum of RGB (Red+Green+Blue) = 169+221+203=593 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.50% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDCB is #562234. Grayscale: #CBCBCB. Windows color (decimal): -5644853 or 13360553. OLE color: 13360553.

HSL color Cylindrical-coordinate representation of color #A9DDCB: hue angle of 159.23º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DDCB is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB169221203-
CMYK0.2400.080.13
HSL159.23º43.33%76.47%-
HSV(B)159.23º23.53%86.67%-
XYZ5364.4666.15-
YUV203.4127.77103.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.50%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=28.50%
G=37.27%
B=34.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692212030.2400.080.13159.2343.3376.47
HexA9DDCB1808D9f2b4c
Octal251335313300101523753114
Binary10101001110111011100101111000010001101100111111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DDCB; }

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

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

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

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

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

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

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

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