#ADDED2

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

Shades of Ice Cold #ADDED2

Tints of Ice Cold #ADDED2

Color information

#ADDED2 (or 0xADDED2) is unknown color: approx Ice Cold. HEX triplet: AD, DE and D2. RGB value is (173,222,210). Sum of RGB (Red+Green+Blue) = 173+222+210=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDED2 is #52212D. Grayscale: #CDCDCD. Windows color (decimal): -5382446 or 13819565. OLE color: 13819565.

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

Color convert

RGB173222210-
CMYK0.2200.050.13
HSL165.31º42.61%77.45%-
HSV(B)165.31º22.07%87.06%-
XYZ54.9965.7870.77-
YUV205.98130.27104.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.60%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 210 (82.42% from 255) = 34.71%
R=28.60%
G=36.69%
B=34.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732222100.2200.050.13165.3142.6177.45
HexADDED21605Da52b4d
Octal25533632226051524553115
Binary1010110111011110110100101011001011101101001011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDED2; }

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

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

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

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

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

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

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

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