Html Css Color HEX #AEE8DD Ice Cold

📋 copy color: '#AEE8DD'

red 174 ◦ green 232 ◦ blue 221

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

Shades of Ice Cold #AEE8DD

Tints of Ice Cold #AEE8DD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37%

 BLUE value IS 221 (86.72% from 255) = 35.25%

R = 27.75%
G = 37%
B = 35.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#AEE8DD (or 0xAEE8DD) is known color: Ice Cold. HEX triplet: AE, E8 and DD. RGB value is (174,232,221). Sum of RGB (Red+Green+Blue) = 174+232+221=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEE8DD is #511722. Grayscale: #D5D5D5. Windows color (decimal): -5314339 or 14543022. OLE color: 14543022.

HSL color Cylindrical-coordinate representation of color #AEE8DD: hue angle of 168.62º degrees, saturation: 0.56, 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 #AEE8DD is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 232 221 -
CMYK 0.25 0 0.05 0.09
HSL 168.62º 0.56% 0.8% -
HSV(B) 168.62º 0.25% 0.91% -
XYZ 59.36 71.93 79.16 -
YUV 213.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 174 232 221 0.25 0 0.05 0.09 168.62 0.56 0.8
Hex AE E8 DD 19 0 5 9 A9 38 50
Octal 256 350 335 31 0 5 11 251 70 120
Binary 10101110 11101000 11011101 11001 0 101 1001 10101001 111000 1010000

Color Harmonies of #AEE8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE8DD

Black with #AEE8DD

Text Example


Text Example

White with #AEE8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE8DD; }

 p { color: rgb(174,232,221); }

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

background-color css

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

 a { background-color: rgb(174,232,221); }

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

border-color css

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

 span { border-color: rgb(174,232,221); }

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