Html Css Color HEX #AAEBDA Ice Cold

📋 copy color: '#AAEBDA'

red 170 ◦ green 235 ◦ blue 218

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

Shades of Ice Cold #AAEBDA

Tints of Ice Cold #AAEBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.99%

R = 27.29%
G = 37.72%
B = 34.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#AAEBDA (or 0xAAEBDA) is known color: Ice Cold. HEX triplet: AA, EB and DA. RGB value is (170,235,218). Sum of RGB (Red+Green+Blue) = 170+235+218=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBDA is #551425. Grayscale: #D5D5D5. Windows color (decimal): -5575718 or 14347178. OLE color: 14347178.

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

Color convert

RGB 170 235 218 -
CMYK 0.28 0 0.07 0.08
HSL 164.31º 0.62% 0.79% -
HSV(B) 164.31º 0.28% 0.92% -
XYZ 58.94 73.02 77.32 -
YUV 213.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 170 235 218 0.28 0 0.07 0.08 164.31 0.62 0.79
Hex AA EB DA 1C 0 7 8 A4 3E 4F
Octal 252 353 332 34 0 7 10 244 76 117
Binary 10101010 11101011 11011010 11100 0 111 1000 10100100 111110 1001111

Color Harmonies of #AAEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBDA

Black with #AAEBDA

Text Example


Text Example

White with #AAEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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