Html Css Color HEX #AEE0DA Ice Cold

📋 copy color: '#AEE0DA'

red 174 ◦ green 224 ◦ blue 218

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

Shades of Ice Cold #AEE0DA

Tints of Ice Cold #AEE0DA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.36%

 BLUE value IS 218 (85.55% from 255) = 35.39%

R = 28.25%
G = 36.36%
B = 35.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#AEE0DA (or 0xAEE0DA) is known color: Ice Cold. HEX triplet: AE, E0 and DA. RGB value is (174,224,218). Sum of RGB (Red+Green+Blue) = 174+224+218=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0DA is #511F25. Grayscale: #D0D0D0. Windows color (decimal): -5316390 or 14344366. OLE color: 14344366.

HSL color Cylindrical-coordinate representation of color #AEE0DA: hue angle of 172.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEE0DA is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 224 218 -
CMYK 0.22 0 0.03 0.12
HSL 172.8º 0.45% 0.78% -
HSV(B) 172.8º 0.22% 0.88% -
XYZ 56.77 67.37 76.34 -
YUV 208.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 174 224 218 0.22 0 0.03 0.12 172.8 0.45 0.78
Hex AE E0 DA 16 0 3 C AD 2D 4E
Octal 256 340 332 26 0 3 14 255 55 116
Binary 10101110 11100000 11011010 10110 0 11 1100 10101101 101101 1001110

Color Harmonies of #AEE0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE0DA

Black with #AEE0DA

Text Example


Text Example

White with #AEE0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE0DA; }

 p { color: rgb(174,224,218); }

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

background-color css

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

 a { background-color: rgb(174,224,218); }

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

border-color css

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

 span { border-color: rgb(174,224,218); }

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