Html Css Color HEX #AAE9D6 Ice Cold

📋 copy color: '#AAE9D6'

red 170 ◦ green 233 ◦ blue 214

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

Shades of Ice Cold #AAE9D6

Tints of Ice Cold #AAE9D6

RGB

 RED value IS 170 (66.8% from 255) = 27.55%

 GREEN value IS 233 (91.41% from 255) = 37.76%

 BLUE value IS 214 (83.98% from 255) = 34.68%

R = 27.55%
G = 37.76%
B = 34.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#AAE9D6 (or 0xAAE9D6) is known color: Ice Cold. HEX triplet: AA, E9 and D6. RGB value is (170,233,214). Sum of RGB (Red+Green+Blue) = 170+233+214=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9D6 is #551629. Grayscale: #D4D4D4. Windows color (decimal): -5576234 or 14084522. OLE color: 14084522.

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

Color convert

RGB 170 233 214 -
CMYK 0.27 0 0.08 0.09
HSL 161.9º 0.59% 0.79% -
HSV(B) 161.9º 0.27% 0.91% -
XYZ 57.85 71.68 74.4 -
YUV 212 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 170 233 214 0.27 0 0.08 0.09 161.9 0.59 0.79
Hex AA E9 D6 1B 0 8 9 A2 3B 4F
Octal 252 351 326 33 0 10 11 242 73 117
Binary 10101010 11101001 11010110 11011 0 1000 1001 10100010 111011 1001111

Color Harmonies of #AAE9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE9D6

Black with #AAE9D6

Text Example


Text Example

White with #AAE9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE9D6; }

 p { color: rgb(170,233,214); }

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

background-color css

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

 a { background-color: rgb(170,233,214); }

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

border-color css

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

 span { border-color: rgb(170,233,214); }

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