#ADDED0

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

Shades of Ice Cold #ADDED0

Tints of Ice Cold #ADDED0

Color information

#ADDED0 (or 0xADDED0) is unknown color: approx Ice Cold. HEX triplet: AD, DE and D0. RGB value is (173,222,208). Sum of RGB (Red+Green+Blue) = 173+222+208=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDED0 is #52212F. Grayscale: #CDCDCD. Windows color (decimal): -5382448 or 13688493. OLE color: 13688493.

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

Color convert

RGB173222208-
CMYK0.2200.060.13
HSL162.86º42.61%77.45%-
HSV(B)162.86º22.07%87.06%-
XYZ54.7465.6869.47-
YUV205.75129.27104.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.69%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 208 (81.64% from 255) = 34.49%
R=28.69%
G=36.82%
B=34.49%

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
Decimal1732222080.2200.060.13162.8642.6177.45
HexADDED01606Da32b4d
Octal25533632026061524353115
Binary1010110111011110110100001011001101101101000111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDED0; }

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

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

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

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

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

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

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

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