Html Css Color HEX #AEE4DA Ice Cold

📋 copy color: '#AEE4DA'

red 174 ◦ green 228 ◦ blue 218

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

Shades of Ice Cold #AEE4DA

Tints of Ice Cold #AEE4DA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.77%

 BLUE value IS 218 (85.55% from 255) = 35.16%

R = 28.06%
G = 36.77%
B = 35.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#AEE4DA (or 0xAEE4DA) is known color: Ice Cold. HEX triplet: AE, E4 and DA. RGB value is (174,228,218). Sum of RGB (Red+Green+Blue) = 174+228+218=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE4DA is #511B25. Grayscale: #D2D2D2. Windows color (decimal): -5315366 or 14345390. OLE color: 14345390.

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

Color convert

RGB 174 228 218 -
CMYK 0.24 0 0.04 0.11
HSL 168.89º 0.5% 0.79% -
HSV(B) 168.89º 0.24% 0.89% -
XYZ 57.85 69.55 76.7 -
YUV 210.71 132.11 101.81 -
System Red Green Blue C M Y K H S L
Decimal 174 228 218 0.24 0 0.04 0.11 168.89 0.5 0.79
Hex AE E4 DA 18 0 4 B A9 32 4F
Octal 256 344 332 30 0 4 13 251 62 117
Binary 10101110 11100100 11011010 11000 0 100 1011 10101001 110010 1001111

Color Harmonies of #AEE4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE4DA

Black with #AEE4DA

Text Example


Text Example

White with #AEE4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE4DA; }

 p { color: rgb(174,228,218); }

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

background-color css

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

 a { background-color: rgb(174,228,218); }

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

border-color css

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

 span { border-color: rgb(174,228,218); }

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