Html Css Color HEX #AEE2DD Ice Cold

📋 copy color: '#AEE2DD'

red 174 ◦ green 226 ◦ blue 221

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

Shades of Ice Cold #AEE2DD

Tints of Ice Cold #AEE2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.59%

R = 28.02%
G = 36.39%
B = 35.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#AEE2DD (or 0xAEE2DD) is known color: Ice Cold. HEX triplet: AE, E2 and DD. RGB value is (174,226,221). Sum of RGB (Red+Green+Blue) = 174+226+221=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2DD is #511D22. Grayscale: #D1D1D1. Windows color (decimal): -5315875 or 14541486. OLE color: 14541486.

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

Color convert

RGB 174 226 221 -
CMYK 0.23 0 0.02 0.11
HSL 174.23º 0.47% 0.78% -
HSV(B) 174.23º 0.23% 0.89% -
XYZ 57.7 68.61 78.61 -
YUV 209.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 174 226 221 0.23 0 0.02 0.11 174.23 0.47 0.78
Hex AE E2 DD 17 0 2 B AE 2F 4E
Octal 256 342 335 27 0 2 13 256 57 116
Binary 10101110 11100010 11011101 10111 0 10 1011 10101110 101111 1001110

Color Harmonies of #AEE2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE2DD

Black with #AEE2DD

Text Example


Text Example

White with #AEE2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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