Html Css Color HEX #AAEAD8 Ice Cold

📋 copy color: '#AAEAD8'

red 170 ◦ green 234 ◦ blue 216

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

Shades of Ice Cold #AAEAD8

Tints of Ice Cold #AAEAD8

RGB

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

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

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

R = 27.42%
G = 37.74%
B = 34.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#AAEAD8 (or 0xAAEAD8) is known color: Ice Cold. HEX triplet: AA, EA and D8. RGB value is (170,234,216). Sum of RGB (Red+Green+Blue) = 170+234+216=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAD8 is #551527. Grayscale: #D4D4D4. Windows color (decimal): -5575976 or 14215850. OLE color: 14215850.

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

Color convert

RGB 170 234 216 -
CMYK 0.27 0 0.08 0.08
HSL 163.13º 0.6% 0.79% -
HSV(B) 163.13º 0.27% 0.92% -
XYZ 58.4 72.35 75.85 -
YUV 212.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 170 234 216 0.27 0 0.08 0.08 163.13 0.6 0.79
Hex AA EA D8 1B 0 8 8 A3 3C 4F
Octal 252 352 330 33 0 10 10 243 74 117
Binary 10101010 11101010 11011000 11011 0 1000 1000 10100011 111100 1001111

Color Harmonies of #AAEAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAD8

Black with #AAEAD8

Text Example


Text Example

White with #AAEAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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