Html Css Color HEX #AAEBDB Ice Cold

📋 copy color: '#AAEBDB'

red 170 ◦ green 235 ◦ blue 219

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

Shades of Ice Cold #AAEBDB

Tints of Ice Cold #AAEBDB

RGB

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

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

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

R = 27.24%
G = 37.66%
B = 35.1%

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

#AAEBDB (or 0xAAEBDB) is known color: Ice Cold. HEX triplet: AA, EB and DB. RGB value is (170,235,219). Sum of RGB (Red+Green+Blue) = 170+235+219=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBDB is #551424. Grayscale: #D5D5D5. Windows color (decimal): -5575717 or 14412714. OLE color: 14412714.

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

Color convert

RGB 170 235 219 -
CMYK 0.28 0 0.07 0.08
HSL 165.23º 0.62% 0.79% -
HSV(B) 165.23º 0.28% 0.92% -
XYZ 59.07 73.08 78.01 -
YUV 213.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 170 235 219 0.28 0 0.07 0.08 165.23 0.62 0.79
Hex AA EB DB 1C 0 7 8 A5 3E 4F
Octal 252 353 333 34 0 7 10 245 76 117
Binary 10101010 11101011 11011011 11100 0 111 1000 10100101 111110 1001111

Color Harmonies of #AAEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBDB

Black with #AAEBDB

Text Example


Text Example

White with #AAEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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