Html Css Color HEX #AAE3D8 Ice Cold

📋 copy color: '#AAE3D8'

red 170 ◦ green 227 ◦ blue 216

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

Shades of Ice Cold #AAE3D8

Tints of Ice Cold #AAE3D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.24%

R = 27.73%
G = 37.03%
B = 35.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#AAE3D8 (or 0xAAE3D8) is known color: Ice Cold. HEX triplet: AA, E3 and D8. RGB value is (170,227,216). Sum of RGB (Red+Green+Blue) = 170+227+216=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3D8 is #551C27. Grayscale: #D0D0D0. Windows color (decimal): -5577768 or 14214058. OLE color: 14214058.

HSL color Cylindrical-coordinate representation of color #AAE3D8: hue angle of 168.42º 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 #AAE3D8 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 227 216 -
CMYK 0.25 0 0.05 0.11
HSL 168.42º 0.5% 0.78% -
HSV(B) 168.42º 0.25% 0.89% -
XYZ 56.44 68.44 75.2 -
YUV 208.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 170 227 216 0.25 0 0.05 0.11 168.42 0.5 0.78
Hex AA E3 D8 19 0 5 B A8 32 4E
Octal 252 343 330 31 0 5 13 250 62 116
Binary 10101010 11100011 11011000 11001 0 101 1011 10101000 110010 1001110

Color Harmonies of #AAE3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE3D8

Black with #AAE3D8

Text Example


Text Example

White with #AAE3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE3D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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