Html Css Color HEX #AAEBD6 Ice Cold

📋 copy color: '#AAEBD6'

red 170 ◦ green 235 ◦ blue 214

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

Shades of Ice Cold #AAEBD6

Tints of Ice Cold #AAEBD6

RGB

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

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

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

R = 27.46%
G = 37.96%
B = 34.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#AAEBD6 (or 0xAAEBD6) is known color: Ice Cold. HEX triplet: AA, EB and D6. RGB value is (170,235,214). Sum of RGB (Red+Green+Blue) = 170+235+214=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBD6 is #551429. Grayscale: #D5D5D5. Windows color (decimal): -5575722 or 14085034. OLE color: 14085034.

HSL color Cylindrical-coordinate representation of color #AAEBD6: hue angle of 160.62º 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 #AAEBD6 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 214 -
CMYK 0.28 0 0.09 0.08
HSL 160.62º 0.62% 0.79% -
HSV(B) 160.62º 0.28% 0.92% -
XYZ 58.42 72.82 74.59 -
YUV 213.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 170 235 214 0.28 0 0.09 0.08 160.62 0.62 0.79
Hex AA EB D6 1C 0 9 8 A1 3E 4F
Octal 252 353 326 34 0 11 10 241 76 117
Binary 10101010 11101011 11010110 11100 0 1001 1000 10100001 111110 1001111

Color Harmonies of #AAEBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBD6

Black with #AAEBD6

Text Example


Text Example

White with #AAEBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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