Html Css Color HEX #AEE0DD Powder Blue

📋 copy color: '#AEE0DD'

red 174 ◦ green 224 ◦ blue 221

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

Shades of Powder Blue #AEE0DD

Tints of Powder Blue #AEE0DD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.19%

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

R = 28.11%
G = 36.19%
B = 35.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#AEE0DD (or 0xAEE0DD) is known color: Powder Blue. HEX triplet: AE, E0 and DD. RGB value is (174,224,221). Sum of RGB (Red+Green+Blue) = 174+224+221=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0DD is #511F22. Grayscale: #D0D0D0. Windows color (decimal): -5316387 or 14540974. OLE color: 14540974.

HSL color Cylindrical-coordinate representation of color #AEE0DD: hue angle of 176.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEE0DD is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 224 221 -
CMYK 0.22 0 0.01 0.12
HSL 176.4º 0.45% 0.78% -
HSV(B) 176.4º 0.22% 0.88% -
XYZ 57.16 67.53 78.43 -
YUV 208.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 174 224 221 0.22 0 0.01 0.12 176.4 0.45 0.78
Hex AE E0 DD 16 0 1 C B0 2D 4E
Octal 256 340 335 26 0 1 14 260 55 116
Binary 10101110 11100000 11011101 10110 0 1 1100 10110000 101101 1001110

Color Harmonies of #AEE0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE0DD

Black with #AEE0DD

Text Example


Text Example

White with #AEE0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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