Html Css Color HEX #AADECF Ice Cold

📋 copy color: '#AADECF'

red 170 ◦ green 222 ◦ blue 207

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

Shades of Ice Cold #AADECF

Tints of Ice Cold #AADECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.56%

R = 28.38%
G = 37.06%
B = 34.56%

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

#AADECF (or 0xAADECF) is known color: Ice Cold. HEX triplet: AA, DE and CF. RGB value is (170,222,207). Sum of RGB (Red+Green+Blue) = 170+222+207=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #AADECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADECF is #552130. Grayscale: #CCCCCC. Windows color (decimal): -5579057 or 13622954. OLE color: 13622954.

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

Color convert

RGB 170 222 207 -
CMYK 0.23 0 0.07 0.13
HSL 162.69º 0.44% 0.77% -
HSV(B) 162.69º 0.23% 0.87% -
XYZ 53.96 65.29 68.79 -
YUV 204.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 170 222 207 0.23 0 0.07 0.13 162.69 0.44 0.77
Hex AA DE CF 17 0 7 D A3 2C 4D
Octal 252 336 317 27 0 7 15 243 54 115
Binary 10101010 11011110 11001111 10111 0 111 1101 10100011 101100 1001101

Color Harmonies of #AADECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADECF

Black with #AADECF

Text Example


Text Example

White with #AADECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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