#A8DFD1

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

Shades of Ice Cold #A8DFD1

Tints of Ice Cold #A8DFD1

Color information

#A8DFD1 (or 0xA8DFD1) is unknown color: approx Ice Cold. HEX triplet: A8, DF and D1. RGB value is (168,223,209). Sum of RGB (Red+Green+Blue) = 168+223+209=600 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFD1 is #57202E. Grayscale: #CCCCCC. Windows color (decimal): -5709871 or 13754280. OLE color: 13754280.

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

Color convert

RGB168223209-
CMYK0.2500.060.13
HSL164.73º46.22%76.67%-
HSV(B)164.73º24.66%87.45%-
XYZ54.0465.770.16-
YUV204.96130.28101.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28%
GREEN value IS 223 (87.5% from 255) = 37.17%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=28%
G=37.17%
B=34.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682232090.2500.060.13164.7346.2276.67
HexA8DFD11906Da52e4d
Octal25033732131061524556115
Binary1010100011011111110100011100101101101101001011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DFD1; }

 p { color: rgb(168,223,209); }

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

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

 a { background-color: rgb(168,223,209); }

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

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

 span { border-color: rgb(168,223,209); }

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