Html Css Color HEX #AEE6DD Ice Cold

📋 copy color: '#AEE6DD'

red 174 ◦ green 230 ◦ blue 221

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

Shades of Ice Cold #AEE6DD

Tints of Ice Cold #AEE6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.8%

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

R = 27.84%
G = 36.8%
B = 35.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#AEE6DD (or 0xAEE6DD) is known color: Ice Cold. HEX triplet: AE, E6 and DD. RGB value is (174,230,221). Sum of RGB (Red+Green+Blue) = 174+230+221=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE6DD is #511922. Grayscale: #D4D4D4. Windows color (decimal): -5314851 or 14542510. OLE color: 14542510.

HSL color Cylindrical-coordinate representation of color #AEE6DD: hue angle of 170.36º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE6DD is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 230 221 -
CMYK 0.24 0 0.04 0.10
HSL 170.36º 0.53% 0.79% -
HSV(B) 170.36º 0.24% 0.9% -
XYZ 58.8 70.81 78.98 -
YUV 212.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 174 230 221 0.24 0 0.04 0.10 170.36 0.53 0.79
Hex AE E6 DD 18 0 4 A AA 35 4F
Octal 256 346 335 30 0 4 12 252 65 117
Binary 10101110 11100110 11011101 11000 0 100 1010 10101010 110101 1001111

Color Harmonies of #AEE6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE6DD

Black with #AEE6DD

Text Example


Text Example

White with #AEE6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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