#ADDED1

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

Shades of Ice Cold #ADDED1

Tints of Ice Cold #ADDED1

Color information

#ADDED1 (or 0xADDED1) is unknown color: approx Ice Cold. HEX triplet: AD, DE and D1. RGB value is (173,222,209). Sum of RGB (Red+Green+Blue) = 173+222+209=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDED1 is #52212E. Grayscale: #CDCDCD. Windows color (decimal): -5382447 or 13754029. OLE color: 13754029.

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

Color convert

RGB173222209-
CMYK0.2200.060.13
HSL164.08º42.61%77.45%-
HSV(B)164.08º22.07%87.06%-
XYZ54.8665.7370.12-
YUV205.87129.77104.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=28.64%
G=36.75%
B=34.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732222090.2200.060.13164.0842.6177.45
HexADDED11606Da42b4d
Octal25533632126061524453115
Binary1010110111011110110100011011001101101101001001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDED1; }

 p { color: rgb(173,222,209); }

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

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

 a { background-color: rgb(173,222,209); }

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

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

 span { border-color: rgb(173,222,209); }

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