#A8DEC9

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

Shades of Ice Cold #A8DEC9

Tints of Ice Cold #A8DEC9

Color information

#A8DEC9 (or 0xA8DEC9) is unknown color: approx Ice Cold. HEX triplet: A8, DE and C9. RGB value is (168,222,201). Sum of RGB (Red+Green+Blue) = 168+222+201=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DEC9 is #572136. Grayscale: #CBCBCB. Windows color (decimal): -5710135 or 13229736. OLE color: 13229736.

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

Color convert

RGB168222201-
CMYK0.2400.090.13
HSL156.67º45%76.47%-
HSV(B)156.67º24.32%87.06%-
XYZ52.8164.7864.98-
YUV203.46126.61102.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.43%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 201 (78.91% from 255) = 34.01%
R=28.43%
G=37.56%
B=34.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682222010.2400.090.13156.674576.47
HexA8DEC91809D9d2d4c
Octal250336311300111523555114
Binary10101000110111101100100111000010011101100111011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DEC9; }

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

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

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

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

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

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

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

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