Html Css Color HEX #AAEADF Ice Cold

📋 copy color: '#AAEADF'

red 170 ◦ green 234 ◦ blue 223

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

Shades of Ice Cold #AAEADF

Tints of Ice Cold #AAEADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.57%

R = 27.11%
G = 37.32%
B = 35.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#AAEADF (or 0xAAEADF) is known color: Ice Cold. HEX triplet: AA, EA and DF. RGB value is (170,234,223). Sum of RGB (Red+Green+Blue) = 170+234+223=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEADF is #551520. Grayscale: #D5D5D5. Windows color (decimal): -5575969 or 14674602. OLE color: 14674602.

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

Color convert

RGB 170 234 223 -
CMYK 0.27 0 0.05 0.08
HSL 169.69º 0.6% 0.79% -
HSV(B) 169.69º 0.27% 0.92% -
XYZ 59.32 72.72 80.72 -
YUV 213.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 170 234 223 0.27 0 0.05 0.08 169.69 0.6 0.79
Hex AA EA DF 1B 0 5 8 AA 3C 4F
Octal 252 352 337 33 0 5 10 252 74 117
Binary 10101010 11101010 11011111 11011 0 101 1000 10101010 111100 1001111

Color Harmonies of #AAEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEADF

Black with #AAEADF

Text Example


Text Example

White with #AAEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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