Html Css Color HEX #AADFD0 Ice Cold

📋 copy color: '#AADFD0'

red 170 ◦ green 223 ◦ blue 208

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

Shades of Ice Cold #AADFD0

Tints of Ice Cold #AADFD0

RGB

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

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

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

R = 28.29%
G = 37.1%
B = 34.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#AADFD0 (or 0xAADFD0) is known color: Ice Cold. HEX triplet: AA, DF and D0. RGB value is (170,223,208). Sum of RGB (Red+Green+Blue) = 170+223+208=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFD0 is #55202F. Grayscale: #CDCDCD. Windows color (decimal): -5578800 or 13688746. OLE color: 13688746.

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

Color convert

RGB 170 223 208 -
CMYK 0.24 0 0.07 0.13
HSL 163.02º 0.45% 0.77% -
HSV(B) 163.02º 0.24% 0.87% -
XYZ 54.35 65.88 69.53 -
YUV 205.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 170 223 208 0.24 0 0.07 0.13 163.02 0.45 0.77
Hex AA DF D0 18 0 7 D A3 2D 4D
Octal 252 337 320 30 0 7 15 243 55 115
Binary 10101010 11011111 11010000 11000 0 111 1101 10100011 101101 1001101

Color Harmonies of #AADFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFD0

Black with #AADFD0

Text Example


Text Example

White with #AADFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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