Html Css Color HEX #AEE7D9 Ice Cold

📋 copy color: '#AEE7D9'

red 174 ◦ green 231 ◦ blue 217

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

Shades of Ice Cold #AEE7D9

Tints of Ice Cold #AEE7D9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.14%

 BLUE value IS 217 (85.16% from 255) = 34.89%

R = 27.97%
G = 37.14%
B = 34.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#AEE7D9 (or 0xAEE7D9) is known color: Ice Cold. HEX triplet: AE, E7 and D9. RGB value is (174,231,217). Sum of RGB (Red+Green+Blue) = 174+231+217=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #AEE7D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE7D9 is #511826. Grayscale: #D4D4D4. Windows color (decimal): -5314599 or 14280622. OLE color: 14280622.

HSL color Cylindrical-coordinate representation of color #AEE7D9: hue angle of 165.26º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE7D9 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 231 217 -
CMYK 0.25 0 0.06 0.09
HSL 165.26º 0.54% 0.79% -
HSV(B) 165.26º 0.25% 0.91% -
XYZ 58.56 71.16 76.29 -
YUV 212.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 174 231 217 0.25 0 0.06 0.09 165.26 0.54 0.79
Hex AE E7 D9 19 0 6 9 A5 36 4F
Octal 256 347 331 31 0 6 11 245 66 117
Binary 10101110 11100111 11011001 11001 0 110 1001 10100101 110110 1001111

Color Harmonies of #AEE7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE7D9

Black with #AEE7D9

Text Example


Text Example

White with #AEE7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE7D9; }

 p { color: rgb(174,231,217); }

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

background-color css

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

 a { background-color: rgb(174,231,217); }

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

border-color css

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

 span { border-color: rgb(174,231,217); }

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