Html Css Color HEX #AADFD4 Ice Cold

📋 copy color: '#AADFD4'

red 170 ◦ green 223 ◦ blue 212

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

Shades of Ice Cold #AADFD4

Tints of Ice Cold #AADFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.04%

R = 28.1%
G = 36.86%
B = 35.04%

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

#AADFD4 (or 0xAADFD4) is known color: Ice Cold. HEX triplet: AA, DF and D4. RGB value is (170,223,212). Sum of RGB (Red+Green+Blue) = 170+223+212=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFD4 is #55202B. Grayscale: #CDCDCD. Windows color (decimal): -5578796 or 13950890. OLE color: 13950890.

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

Color convert

RGB 170 223 212 -
CMYK 0.24 0 0.05 0.13
HSL 167.55º 0.45% 0.77% -
HSV(B) 167.55º 0.24% 0.87% -
XYZ 54.85 66.07 72.15 -
YUV 205.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 170 223 212 0.24 0 0.05 0.13 167.55 0.45 0.77
Hex AA DF D4 18 0 5 D A8 2D 4D
Octal 252 337 324 30 0 5 15 250 55 115
Binary 10101010 11011111 11010100 11000 0 101 1101 10101000 101101 1001101

Color Harmonies of #AADFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFD4

Black with #AADFD4

Text Example


Text Example

White with #AADFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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