Html Css Color HEX #AEE0DB Ice Cold

📋 copy color: '#AEE0DB'

red 174 ◦ green 224 ◦ blue 219

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

Shades of Ice Cold #AEE0DB

Tints of Ice Cold #AEE0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.49%

R = 28.2%
G = 36.3%
B = 35.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#AEE0DB (or 0xAEE0DB) is known color: Ice Cold. HEX triplet: AE, E0 and DB. RGB value is (174,224,219). Sum of RGB (Red+Green+Blue) = 174+224+219=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0DB is #511F24. Grayscale: #D0D0D0. Windows color (decimal): -5316389 or 14409902. OLE color: 14409902.

HSL color Cylindrical-coordinate representation of color #AEE0DB: hue angle of 174º 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 #AEE0DB is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 224 219 -
CMYK 0.22 0 0.02 0.12
HSL 174º 0.45% 0.78% -
HSV(B) 174º 0.22% 0.88% -
XYZ 56.9 67.42 77.03 -
YUV 208.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 174 224 219 0.22 0 0.02 0.12 174 0.45 0.78
Hex AE E0 DB 16 0 2 C AE 2D 4E
Octal 256 340 333 26 0 2 14 256 55 116
Binary 10101110 11100000 11011011 10110 0 10 1100 10101110 101101 1001110

Color Harmonies of #AEE0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE0DB

Black with #AEE0DB

Text Example


Text Example

White with #AEE0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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