Html Css Color HEX #AEE9DC Ice Cold

📋 copy color: '#AEE9DC'

red 174 ◦ green 233 ◦ blue 220

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

Shades of Ice Cold #AEE9DC

Tints of Ice Cold #AEE9DC

RGB

 RED value IS 174 (68.36% from 255) = 27.75%

 GREEN value IS 233 (91.41% from 255) = 37.16%

 BLUE value IS 220 (86.33% from 255) = 35.09%

R = 27.75%
G = 37.16%
B = 35.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#AEE9DC (or 0xAEE9DC) is known color: Ice Cold. HEX triplet: AE, E9 and DC. RGB value is (174,233,220). Sum of RGB (Red+Green+Blue) = 174+233+220=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE9DC is #511623. Grayscale: #D5D5D5. Windows color (decimal): -5314084 or 14477742. OLE color: 14477742.

HSL color Cylindrical-coordinate representation of color #AEE9DC: hue angle of 166.78º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE9DC is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 233 220 -
CMYK 0.25 0 0.06 0.09
HSL 166.78º 0.57% 0.8% -
HSV(B) 166.78º 0.25% 0.91% -
XYZ 59.51 72.44 78.56 -
YUV 213.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 174 233 220 0.25 0 0.06 0.09 166.78 0.57 0.8
Hex AE E9 DC 19 0 6 9 A7 39 50
Octal 256 351 334 31 0 6 11 247 71 120
Binary 10101110 11101001 11011100 11001 0 110 1001 10100111 111001 1010000

Color Harmonies of #AEE9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE9DC

Black with #AEE9DC

Text Example


Text Example

White with #AEE9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE9DC; }

 p { color: rgb(174,233,220); }

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

background-color css

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

 a { background-color: rgb(174,233,220); }

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

border-color css

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

 span { border-color: rgb(174,233,220); }

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