Html Css Color HEX #AADED0 Ice Cold

📋 copy color: '#AADED0'

red 170 ◦ green 222 ◦ blue 208

#AADED0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #AADED0

Tints of Ice Cold #AADED0

RGB

 RED value IS 170 (66.8% from 255) = 28.33%

 GREEN value IS 222 (87.11% from 255) = 37%

 BLUE value IS 208 (81.64% from 255) = 34.67%

R = 28.33%
G = 37%
B = 34.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#AADED0 (or 0xAADED0) is known color: Ice Cold. HEX triplet: AA, DE and D0. RGB value is (170,222,208). Sum of RGB (Red+Green+Blue) = 170+222+208=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #AADED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADED0 is #55212F. Grayscale: #CCCCCC. Windows color (decimal): -5579056 or 13688490. OLE color: 13688490.

HSL color Cylindrical-coordinate representation of color #AADED0: hue angle of 163.85º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADED0 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 208 -
CMYK 0.23 0 0.06 0.13
HSL 163.85º 0.44% 0.77% -
HSV(B) 163.85º 0.23% 0.87% -
XYZ 54.08 65.34 69.44 -
YUV 204.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 170 222 208 0.23 0 0.06 0.13 163.85 0.44 0.77
Hex AA DE D0 17 0 6 D A4 2C 4D
Octal 252 336 320 27 0 6 15 244 54 115
Binary 10101010 11011110 11010000 10111 0 110 1101 10100100 101100 1001101

Color Harmonies of #AADED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADED0

Black with #AADED0

Text Example


Text Example

White with #AADED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADED0; }

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

 H1.HeaderClassName
 {
   color: #AADED0;
 }
 .AnyTagClassName
 {
   color: #AADED0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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