Html Css Color HEX #AEE2DA Ice Cold

📋 copy color: '#AEE2DA'

red 174 ◦ green 226 ◦ blue 218

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

Shades of Ice Cold #AEE2DA

Tints of Ice Cold #AEE2DA

RGB

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

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

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

R = 28.16%
G = 36.57%
B = 35.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#AEE2DA (or 0xAEE2DA) is known color: Ice Cold. HEX triplet: AE, E2 and DA. RGB value is (174,226,218). Sum of RGB (Red+Green+Blue) = 174+226+218=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2DA is #511D25. Grayscale: #D1D1D1. Windows color (decimal): -5315878 or 14344878. OLE color: 14344878.

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

Color convert

RGB 174 226 218 -
CMYK 0.23 0 0.04 0.11
HSL 170.77º 0.47% 0.78% -
HSV(B) 170.77º 0.23% 0.89% -
XYZ 57.31 68.45 76.52 -
YUV 209.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 174 226 218 0.23 0 0.04 0.11 170.77 0.47 0.78
Hex AE E2 DA 17 0 4 B AB 2F 4E
Octal 256 342 332 27 0 4 13 253 57 116
Binary 10101110 11100010 11011010 10111 0 100 1011 10101011 101111 1001110

Color Harmonies of #AEE2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE2DA

Black with #AEE2DA

Text Example


Text Example

White with #AEE2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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