#A9DFCF

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

Shades of Ice Cold #A9DFCF

Tints of Ice Cold #A9DFCF

Color information

#A9DFCF (or 0xA9DFCF) is unknown color: approx Ice Cold. HEX triplet: A9, DF and CF. RGB value is (169,223,207). Sum of RGB (Red+Green+Blue) = 169+223+207=599 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.21% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DFCF is #562030. Grayscale: #CDCDCD. Windows color (decimal): -5644337 or 13623209. OLE color: 13623209.

HSL color Cylindrical-coordinate representation of color #A9DFCF: hue angle of 162.22º 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 #A9DFCF is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB169223207-
CMYK0.2400.070.13
HSL162.22º45.76%76.86%-
HSV(B)162.22º24.22%87.45%-
XYZ54.0165.7268.87-
YUV205.03129.11102.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.21%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=28.21%
G=37.23%
B=34.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692232070.2400.070.13162.2245.7676.86
HexA9DFCF1807Da22e4d
Octal25133731730071524256115
Binary1010100111011111110011111100001111101101000101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DFCF; }

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

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

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

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

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

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

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

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