Html Css Color HEX #AEE1DE Powder Blue

📋 copy color: '#AEE1DE'

red 174 ◦ green 225 ◦ blue 222

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

Shades of Powder Blue #AEE1DE

Tints of Powder Blue #AEE1DE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.23%

 BLUE value IS 222 (87.11% from 255) = 35.75%

R = 28.02%
G = 36.23%
B = 35.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#AEE1DE (or 0xAEE1DE) is known color: Powder Blue. HEX triplet: AE, E1 and DE. RGB value is (174,225,222). Sum of RGB (Red+Green+Blue) = 174+225+222=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1DE is #511E21. Grayscale: #D1D1D1. Windows color (decimal): -5316130 or 14606766. OLE color: 14606766.

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

Color convert

RGB 174 225 222 -
CMYK 0.23 0 0.01 0.12
HSL 176.47º 0.46% 0.78% -
HSV(B) 176.47º 0.23% 0.88% -
XYZ 57.57 68.12 79.22 -
YUV 209.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 174 225 222 0.23 0 0.01 0.12 176.47 0.46 0.78
Hex AE E1 DE 17 0 1 C B0 2E 4E
Octal 256 341 336 27 0 1 14 260 56 116
Binary 10101110 11100001 11011110 10111 0 1 1100 10110000 101110 1001110

Color Harmonies of #AEE1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE1DE

Black with #AEE1DE

Text Example


Text Example

White with #AEE1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE1DE; }

 p { color: rgb(174,225,222); }

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

background-color css

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

 a { background-color: rgb(174,225,222); }

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

border-color css

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

 span { border-color: rgb(174,225,222); }

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