Html Css Color HEX #AEE2DB Ice Cold

📋 copy color: '#AEE2DB'

red 174 ◦ green 226 ◦ blue 219

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

Shades of Ice Cold #AEE2DB

Tints of Ice Cold #AEE2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.51%

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

R = 28.11%
G = 36.51%
B = 35.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#AEE2DB (or 0xAEE2DB) is known color: Ice Cold. HEX triplet: AE, E2 and DB. RGB value is (174,226,219). Sum of RGB (Red+Green+Blue) = 174+226+219=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2DB is #511D24. Grayscale: #D1D1D1. Windows color (decimal): -5315877 or 14410414. OLE color: 14410414.

HSL color Cylindrical-coordinate representation of color #AEE2DB: hue angle of 171.92º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE2DB is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 226 219 -
CMYK 0.23 0 0.03 0.11
HSL 171.92º 0.47% 0.78% -
HSV(B) 171.92º 0.23% 0.89% -
XYZ 57.44 68.51 77.21 -
YUV 209.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 174 226 219 0.23 0 0.03 0.11 171.92 0.47 0.78
Hex AE E2 DB 17 0 3 B AC 2F 4E
Octal 256 342 333 27 0 3 13 254 57 116
Binary 10101110 11100010 11011011 10111 0 11 1011 10101100 101111 1001110

Color Harmonies of #AEE2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE2DB

Black with #AEE2DB

Text Example


Text Example

White with #AEE2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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