#A8DECD

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

Shades of Ice Cold #A8DECD

Tints of Ice Cold #A8DECD

Color information

#A8DECD (or 0xA8DECD) is unknown color: approx Ice Cold. HEX triplet: A8, DE and CD. RGB value is (168,222,205). Sum of RGB (Red+Green+Blue) = 168+222+205=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DECD is #572132. Grayscale: #CBCBCB. Windows color (decimal): -5710131 or 13491880. OLE color: 13491880.

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

Color convert

RGB168222205-
CMYK0.2400.080.13
HSL161.11º45%76.47%-
HSV(B)161.11º24.32%87.06%-
XYZ53.2964.9867.49-
YUV203.92128.61102.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.24%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=28.24%
G=37.31%
B=34.45%

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
Decimal1682222050.2400.080.13161.114576.47
HexA8DECD1808Da12d4c
Octal250336315300101524155114
Binary10101000110111101100110111000010001101101000011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DECD; }

 p { color: rgb(168,222,205); }

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

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

 a { background-color: rgb(168,222,205); }

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

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

 span { border-color: rgb(168,222,205); }

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