Html Css Color HEX #AEE1D1 Ice Cold

📋 copy color: '#AEE1D1'

red 174 ◦ green 225 ◦ blue 209

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

Shades of Ice Cold #AEE1D1

Tints of Ice Cold #AEE1D1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.01%

 BLUE value IS 209 (82.03% from 255) = 34.38%

R = 28.62%
G = 37.01%
B = 34.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#AEE1D1 (or 0xAEE1D1) is known color: Ice Cold. HEX triplet: AE, E1 and D1. RGB value is (174,225,209). Sum of RGB (Red+Green+Blue) = 174+225+209=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1D1 is #511E2E. Grayscale: #CFCFCF. Windows color (decimal): -5316143 or 13754798. OLE color: 13754798.

HSL color Cylindrical-coordinate representation of color #AEE1D1: hue angle of 161.18º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE1D1 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 225 209 -
CMYK 0.23 0 0.07 0.12
HSL 161.18º 0.46% 0.78% -
HSV(B) 161.18º 0.23% 0.88% -
XYZ 55.89 67.45 70.4 -
YUV 207.93 128.6 103.8 -
System Red Green Blue C M Y K H S L
Decimal 174 225 209 0.23 0 0.07 0.12 161.18 0.46 0.78
Hex AE E1 D1 17 0 7 C A1 2E 4E
Octal 256 341 321 27 0 7 14 241 56 116
Binary 10101110 11100001 11010001 10111 0 111 1100 10100001 101110 1001110

Color Harmonies of #AEE1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE1D1

Black with #AEE1D1

Text Example


Text Example

White with #AEE1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE1D1; }

 p { color: rgb(174,225,209); }

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

background-color css

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

 a { background-color: rgb(174,225,209); }

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

border-color css

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

 span { border-color: rgb(174,225,209); }

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