#ADE6DE

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

Shades of Ice Cold #ADE6DE

Tints of Ice Cold #ADE6DE

Color information

#ADE6DE (or 0xADE6DE) is unknown color: approx Ice Cold. HEX triplet: AD, E6 and DE. RGB value is (173,230,222). Sum of RGB (Red+Green+Blue) = 173+230+222=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE6DE is #521921. Grayscale: #D4D4D4. Windows color (decimal): -5380386 or 14608045. OLE color: 14608045.

HSL color Cylindrical-coordinate representation of color #ADE6DE: hue angle of 171.58º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE6DE is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB173230222-
CMYK0.2500.030.10
HSL171.58º53.27%79.02%-
HSV(B)171.58º24.78%90.2%-
XYZ58.7270.7579.67-
YUV212.04133.62100.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.68%
GREEN value IS 230 (90.23% from 255) = 36.8%
BLUE value IS 222 (87.11% from 255) = 35.52%
R=27.68%
G=36.8%
B=35.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1732302220.2500.030.10171.5853.2779.02
HexADE6DE1903Aac354f
Octal25534633631031225465117
Binary101011011110011011011110110010111010101011001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE6DE; }

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

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

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

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

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

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

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

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