#AAECDB

Color #AAECDB Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #AAECDB

Tints of Ice Cold #AAECDB

Color information

#AAECDB (or 0xAAECDB) is unknown color: approx Ice Cold. HEX triplet: AA, EC and DB. RGB value is (170,236,219). Sum of RGB (Red+Green+Blue) = 170+236+219=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECDB is #551324. Grayscale: #D6D6D6. Windows color (decimal): -5575461 or 14412970. OLE color: 14412970.

HSL color Cylindrical-coordinate representation of color #AAECDB: hue angle of 164.55º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECDB is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB170236219-
CMYK0.2800.070.07
HSL164.55º63.46%79.61%-
HSV(B)164.55º27.97%92.55%-
XYZ59.3673.6578.11-
YUV214.33130.6396.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.2%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=27.2%
G=37.76%
B=35.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702362190.2800.070.07164.5563.4679.61
HexAAECDB1C077a53f50
Octal2523543333407724577120
Binary101010101110110011011011111000111111101001011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECDB; }

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

 H1.HeaderClassName
 {
   color: #AAECDB;
 }
 .AnyTagClassName
 {
   color: #AAECDB;
 }
</style>
background-color css

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

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

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

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

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

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