#A9DFD3

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

Shades of Ice Cold #A9DFD3

Tints of Ice Cold #A9DFD3

Color information

#A9DFD3 (or 0xA9DFD3) is unknown color: approx Ice Cold. HEX triplet: A9, DF and D3. RGB value is (169,223,211). Sum of RGB (Red+Green+Blue) = 169+223+211=603 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.03% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DFD3 is #56202C. Grayscale: #CDCDCD. Windows color (decimal): -5644333 or 13885353. OLE color: 13885353.

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

Color convert

RGB169223211-
CMYK0.2400.050.13
HSL166.67º45.76%76.86%-
HSV(B)166.67º24.22%87.45%-
XYZ54.5165.9171.48-
YUV205.49131.11101.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.03%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 211 (82.81% from 255) = 34.99%
R=28.03%
G=36.98%
B=34.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692232110.2400.050.13166.6745.7676.86
HexA9DFD31805Da72e4d
Octal25133732330051524756115
Binary1010100111011111110100111100001011101101001111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DFD3; }

 p { color: rgb(169,223,211); }

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

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

 a { background-color: rgb(169,223,211); }

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

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

 span { border-color: rgb(169,223,211); }

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