Html Css Color HEX #AAE8DB Ice Cold

📋 copy color: '#AAE8DB'

red 170 ◦ green 232 ◦ blue 219

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

Shades of Ice Cold #AAE8DB

Tints of Ice Cold #AAE8DB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.36%

 BLUE value IS 219 (85.94% from 255) = 35.27%

R = 27.38%
G = 37.36%
B = 35.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#AAE8DB (or 0xAAE8DB) is known color: Ice Cold. HEX triplet: AA, E8 and DB. RGB value is (170,232,219). Sum of RGB (Red+Green+Blue) = 170+232+219=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8DB is #551724. Grayscale: #D3D3D3. Windows color (decimal): -5576485 or 14411946. OLE color: 14411946.

HSL color Cylindrical-coordinate representation of color #AAE8DB: hue angle of 167.42º degrees, saturation: 0.57, 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 #AAE8DB is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 232 219 -
CMYK 0.27 0 0.06 0.09
HSL 167.42º 0.57% 0.79% -
HSV(B) 167.42º 0.27% 0.91% -
XYZ 58.22 71.37 77.73 -
YUV 211.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 170 232 219 0.27 0 0.06 0.09 167.42 0.57 0.79
Hex AA E8 DB 1B 0 6 9 A7 39 4F
Octal 252 350 333 33 0 6 11 247 71 117
Binary 10101010 11101000 11011011 11011 0 110 1001 10100111 111001 1001111

Color Harmonies of #AAE8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8DB

Black with #AAE8DB

Text Example


Text Example

White with #AAE8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8DB; }

 p { color: rgb(170,232,219); }

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

background-color css

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

 a { background-color: rgb(170,232,219); }

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

border-color css

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

 span { border-color: rgb(170,232,219); }

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