Html Css Color HEX #AADECE Ice Cold

📋 copy color: '#AADECE'

red 170 ◦ green 222 ◦ blue 206

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

Shades of Ice Cold #AADECE

Tints of Ice Cold #AADECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.45%

R = 28.43%
G = 37.12%
B = 34.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#AADECE (or 0xAADECE) is known color: Ice Cold. HEX triplet: AA, DE and CE. RGB value is (170,222,206). Sum of RGB (Red+Green+Blue) = 170+222+206=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #AADECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADECE is #552131. Grayscale: #CCCCCC. Windows color (decimal): -5579058 or 13557418. OLE color: 13557418.

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

Color convert

RGB 170 222 206 -
CMYK 0.23 0 0.07 0.13
HSL 161.54º 0.44% 0.77% -
HSV(B) 161.54º 0.23% 0.87% -
XYZ 53.84 65.24 68.15 -
YUV 204.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 170 222 206 0.23 0 0.07 0.13 161.54 0.44 0.77
Hex AA DE CE 17 0 7 D A2 2C 4D
Octal 252 336 316 27 0 7 15 242 54 115
Binary 10101010 11011110 11001110 10111 0 111 1101 10100010 101100 1001101

Color Harmonies of #AADECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADECE

Black with #AADECE

Text Example


Text Example

White with #AADECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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