Html Css Color HEX #AEE9DB Ice Cold

📋 copy color: '#AEE9DB'

red 174 ◦ green 233 ◦ blue 219

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

Shades of Ice Cold #AEE9DB

Tints of Ice Cold #AEE9DB

RGB

 RED value IS 174 (68.36% from 255) = 27.8%

 GREEN value IS 233 (91.41% from 255) = 37.22%

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

R = 27.8%
G = 37.22%
B = 34.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#AEE9DB (or 0xAEE9DB) is known color: Ice Cold. HEX triplet: AE, E9 and DB. RGB value is (174,233,219). Sum of RGB (Red+Green+Blue) = 174+233+219=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #AEE9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE9DB is #511624. Grayscale: #D5D5D5. Windows color (decimal): -5314085 or 14412206. OLE color: 14412206.

HSL color Cylindrical-coordinate representation of color #AEE9DB: hue angle of 165.76º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE9DB is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 233 219 -
CMYK 0.25 0 0.06 0.09
HSL 165.76º 0.57% 0.8% -
HSV(B) 165.76º 0.25% 0.91% -
XYZ 59.38 72.39 77.86 -
YUV 213.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 174 233 219 0.25 0 0.06 0.09 165.76 0.57 0.8
Hex AE E9 DB 19 0 6 9 A6 39 50
Octal 256 351 333 31 0 6 11 246 71 120
Binary 10101110 11101001 11011011 11001 0 110 1001 10100110 111001 1010000

Color Harmonies of #AEE9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE9DB

Black with #AEE9DB

Text Example


Text Example

White with #AEE9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE9DB; }

 p { color: rgb(174,233,219); }

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

background-color css

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

 a { background-color: rgb(174,233,219); }

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

border-color css

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

 span { border-color: rgb(174,233,219); }

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