#ADDECF

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

Shades of Ice Cold #ADDECF

Tints of Ice Cold #ADDECF

Color information

#ADDECF (or 0xADDECF) is unknown color: approx Ice Cold. HEX triplet: AD, DE and CF. RGB value is (173,222,207). Sum of RGB (Red+Green+Blue) = 173+222+207=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDECF is #522130. Grayscale: #CDCDCD. Windows color (decimal): -5382449 or 13622957. OLE color: 13622957.

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

Color convert

RGB173222207-
CMYK0.2200.070.13
HSL161.63º42.61%77.45%-
HSV(B)161.63º22.07%87.06%-
XYZ54.6265.6368.82-
YUV205.64128.77104.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.74%
GREEN value IS 222 (87.11% from 255) = 36.88%
BLUE value IS 207 (81.25% from 255) = 34.39%
R=28.74%
G=36.88%
B=34.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732222070.2200.070.13161.6342.6177.45
HexADDECF1607Da22b4d
Octal25533631726071524253115
Binary1010110111011110110011111011001111101101000101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDECF; }

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

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

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

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

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

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

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

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