#ADEADC

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

Shades of Ice Cold #ADEADC

Tints of Ice Cold #ADEADC

Color information

#ADEADC (or 0xADEADC) is unknown color: approx Ice Cold. HEX triplet: AD, EA and DC. RGB value is (173,234,220). Sum of RGB (Red+Green+Blue) = 173+234+220=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEADC is #521523. Grayscale: #D6D6D6. Windows color (decimal): -5379364 or 14477997. OLE color: 14477997.

HSL color Cylindrical-coordinate representation of color #ADEADC: hue angle of 166.23º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEADC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB173234220-
CMYK0.2600.060.08
HSL166.23º59.22%79.8%-
HSV(B)166.23º26.07%91.76%-
XYZ59.5772.978.64-
YUV214.17131.2998.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.59%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=27.59%
G=37.32%
B=35.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732342200.2600.060.08166.2359.2279.8
HexADEADC1A068a63b50
Octal25535233432061024673120
Binary1010110111101010110111001101001101000101001101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEADC; }

 p { color: rgb(173,234,220); }

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

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

 a { background-color: rgb(173,234,220); }

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

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

 span { border-color: rgb(173,234,220); }

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