Html Css Color HEX #AEE3DD Ice Cold

📋 copy color: '#AEE3DD'

red 174 ◦ green 227 ◦ blue 221

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

Shades of Ice Cold #AEE3DD

Tints of Ice Cold #AEE3DD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.5%

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

R = 27.97%
G = 36.5%
B = 35.53%

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

#AEE3DD (or 0xAEE3DD) is known color: Ice Cold. HEX triplet: AE, E3 and DD. RGB value is (174,227,221). Sum of RGB (Red+Green+Blue) = 174+227+221=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE3DD is #511C22. Grayscale: #D2D2D2. Windows color (decimal): -5315619 or 14541742. OLE color: 14541742.

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

Color convert

RGB 174 227 221 -
CMYK 0.23 0 0.03 0.11
HSL 173.21º 0.49% 0.79% -
HSV(B) 173.21º 0.23% 0.89% -
XYZ 57.98 69.16 78.7 -
YUV 210.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 174 227 221 0.23 0 0.03 0.11 173.21 0.49 0.79
Hex AE E3 DD 17 0 3 B AD 31 4F
Octal 256 343 335 27 0 3 13 255 61 117
Binary 10101110 11100011 11011101 10111 0 11 1011 10101101 110001 1001111

Color Harmonies of #AEE3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE3DD

Black with #AEE3DD

Text Example


Text Example

White with #AEE3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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