Html Css Color HEX #AAEADB Ice Cold

📋 copy color: '#AAEADB'

red 170 ◦ green 234 ◦ blue 219

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

Shades of Ice Cold #AAEADB

Tints of Ice Cold #AAEADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.56%

 BLUE value IS 219 (85.94% from 255) = 35.15%

R = 27.29%
G = 37.56%
B = 35.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#AAEADB (or 0xAAEADB) is known color: Ice Cold. HEX triplet: AA, EA and DB. RGB value is (170,234,219). Sum of RGB (Red+Green+Blue) = 170+234+219=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEADB is #551524. Grayscale: #D5D5D5. Windows color (decimal): -5575973 or 14412458. OLE color: 14412458.

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

Color convert

RGB 170 234 219 -
CMYK 0.27 0 0.06 0.08
HSL 165.94º 0.6% 0.79% -
HSV(B) 165.94º 0.27% 0.92% -
XYZ 58.79 72.51 77.91 -
YUV 213.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 170 234 219 0.27 0 0.06 0.08 165.94 0.6 0.79
Hex AA EA DB 1B 0 6 8 A6 3C 4F
Octal 252 352 333 33 0 6 10 246 74 117
Binary 10101010 11101010 11011011 11011 0 110 1000 10100110 111100 1001111

Color Harmonies of #AAEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEADB

Black with #AAEADB

Text Example


Text Example

White with #AAEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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