Html Css Color HEX #AAEBD8 Ice Cold

📋 copy color: '#AAEBD8'

red 170 ◦ green 235 ◦ blue 216

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

Shades of Ice Cold #AAEBD8

Tints of Ice Cold #AAEBD8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.84%

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

R = 27.38%
G = 37.84%
B = 34.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#AAEBD8 (or 0xAAEBD8) is known color: Ice Cold. HEX triplet: AA, EB and D8. RGB value is (170,235,216). Sum of RGB (Red+Green+Blue) = 170+235+216=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBD8 is #551427. Grayscale: #D5D5D5. Windows color (decimal): -5575720 or 14216106. OLE color: 14216106.

HSL color Cylindrical-coordinate representation of color #AAEBD8: hue angle of 162.46º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBD8 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 216 -
CMYK 0.28 0 0.08 0.08
HSL 162.46º 0.62% 0.79% -
HSV(B) 162.46º 0.28% 0.92% -
XYZ 58.68 72.92 75.95 -
YUV 213.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 170 235 216 0.28 0 0.08 0.08 162.46 0.62 0.79
Hex AA EB D8 1C 0 8 8 A2 3E 4F
Octal 252 353 330 34 0 10 10 242 76 117
Binary 10101010 11101011 11011000 11100 0 1000 1000 10100010 111110 1001111

Color Harmonies of #AAEBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBD8

Black with #AAEBD8

Text Example


Text Example

White with #AAEBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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