Html Css Color HEX #AAE3D5 Ice Cold

📋 copy color: '#AAE3D5'

red 170 ◦ green 227 ◦ blue 213

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

Shades of Ice Cold #AAE3D5

Tints of Ice Cold #AAE3D5

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.21%

 BLUE value IS 213 (83.59% from 255) = 34.92%

R = 27.87%
G = 37.21%
B = 34.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#AAE3D5 (or 0xAAE3D5) is known color: Ice Cold. HEX triplet: AA, E3 and D5. RGB value is (170,227,213). Sum of RGB (Red+Green+Blue) = 170+227+213=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3D5 is #551C2A. Grayscale: #D0D0D0. Windows color (decimal): -5577771 or 14017450. OLE color: 14017450.

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

Color convert

RGB 170 227 213 -
CMYK 0.25 0 0.06 0.11
HSL 165.26º 0.5% 0.78% -
HSV(B) 165.26º 0.25% 0.89% -
XYZ 56.06 68.29 73.18 -
YUV 208.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 170 227 213 0.25 0 0.06 0.11 165.26 0.5 0.78
Hex AA E3 D5 19 0 6 B A5 32 4E
Octal 252 343 325 31 0 6 13 245 62 116
Binary 10101010 11100011 11010101 11001 0 110 1011 10100101 110010 1001110

Color Harmonies of #AAE3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE3D5

Black with #AAE3D5

Text Example


Text Example

White with #AAE3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE3D5; }

 p { color: rgb(170,227,213); }

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

background-color css

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

 a { background-color: rgb(170,227,213); }

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

border-color css

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

 span { border-color: rgb(170,227,213); }

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