Html Css Color HEX #AEE8DC Ice Cold

📋 copy color: '#AEE8DC'

red 174 ◦ green 232 ◦ blue 220

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

Shades of Ice Cold #AEE8DC

Tints of Ice Cold #AEE8DC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.06%

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

R = 27.8%
G = 37.06%
B = 35.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#AEE8DC (or 0xAEE8DC) is known color: Ice Cold. HEX triplet: AE, E8 and DC. RGB value is (174,232,220). Sum of RGB (Red+Green+Blue) = 174+232+220=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE8DC is #511723. Grayscale: #D5D5D5. Windows color (decimal): -5314340 or 14477486. OLE color: 14477486.

HSL color Cylindrical-coordinate representation of color #AEE8DC: hue angle of 167.59º degrees, saturation: 0.56, 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 #AEE8DC is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 232 220 -
CMYK 0.25 0 0.05 0.09
HSL 167.59º 0.56% 0.8% -
HSV(B) 167.59º 0.25% 0.91% -
XYZ 59.23 71.88 78.46 -
YUV 213.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 174 232 220 0.25 0 0.05 0.09 167.59 0.56 0.8
Hex AE E8 DC 19 0 5 9 A8 38 50
Octal 256 350 334 31 0 5 11 250 70 120
Binary 10101110 11101000 11011100 11001 0 101 1001 10101000 111000 1010000

Color Harmonies of #AEE8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE8DC

Black with #AEE8DC

Text Example


Text Example

White with #AEE8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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