Html Css Color HEX #AADFD3 Ice Cold

📋 copy color: '#AADFD3'

red 170 ◦ green 223 ◦ blue 211

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

Shades of Ice Cold #AADFD3

Tints of Ice Cold #AADFD3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.92%

 BLUE value IS 211 (82.81% from 255) = 34.93%

R = 28.15%
G = 36.92%
B = 34.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#AADFD3 (or 0xAADFD3) is known color: Ice Cold. HEX triplet: AA, DF and D3. RGB value is (170,223,211). Sum of RGB (Red+Green+Blue) = 170+223+211=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFD3 is #55202C. Grayscale: #CDCDCD. Windows color (decimal): -5578797 or 13885354. OLE color: 13885354.

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

Color convert

RGB 170 223 211 -
CMYK 0.24 0 0.05 0.13
HSL 166.42º 0.45% 0.77% -
HSV(B) 166.42º 0.24% 0.87% -
XYZ 54.72 66.02 71.49 -
YUV 205.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 170 223 211 0.24 0 0.05 0.13 166.42 0.45 0.77
Hex AA DF D3 18 0 5 D A6 2D 4D
Octal 252 337 323 30 0 5 15 246 55 115
Binary 10101010 11011111 11010011 11000 0 101 1101 10100110 101101 1001101

Color Harmonies of #AADFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFD3

Black with #AADFD3

Text Example


Text Example

White with #AADFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFD3; }

 p { color: rgb(170,223,211); }

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

background-color css

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

 a { background-color: rgb(170,223,211); }

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

border-color css

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

 span { border-color: rgb(170,223,211); }

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