Html Css Color HEX #AADFCC Ice Cold

📋 copy color: '#AADFCC'

red 170 ◦ green 223 ◦ blue 204

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

Shades of Ice Cold #AADFCC

Tints of Ice Cold #AADFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.17%

R = 28.48%
G = 37.35%
B = 34.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#AADFCC (or 0xAADFCC) is known color: Ice Cold. HEX triplet: AA, DF and CC. RGB value is (170,223,204). Sum of RGB (Red+Green+Blue) = 170+223+204=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFCC is #552033. Grayscale: #CDCDCD. Windows color (decimal): -5578804 or 13426602. OLE color: 13426602.

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

Color convert

RGB 170 223 204 -
CMYK 0.24 0 0.09 0.13
HSL 158.49º 0.45% 0.77% -
HSV(B) 158.49º 0.24% 0.87% -
XYZ 53.86 65.68 66.97 -
YUV 204.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 170 223 204 0.24 0 0.09 0.13 158.49 0.45 0.77
Hex AA DF CC 18 0 9 D 9E 2D 4D
Octal 252 337 314 30 0 11 15 236 55 115
Binary 10101010 11011111 11001100 11000 0 1001 1101 10011110 101101 1001101

Color Harmonies of #AADFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFCC

Black with #AADFCC

Text Example


Text Example

White with #AADFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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