Html Css Color HEX #AEDDE0 Powder Blue

📋 copy color: '#AEDDE0'

red 174 ◦ green 221 ◦ blue 224

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

Shades of Powder Blue #AEDDE0

Tints of Powder Blue #AEDDE0

RGB

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

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

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

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

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AEDDE0 (or 0xAEDDE0) is known color: Powder Blue. HEX triplet: AE, DD and E0. RGB value is (174,221,224). Sum of RGB (Red+Green+Blue) = 174+221+224=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEDDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDE0 is #51221F. Grayscale: #CFCFCF. Windows color (decimal): -5317152 or 14736814. OLE color: 14736814.

HSL color Cylindrical-coordinate representation of color #AEDDE0: hue angle of 183.6º 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 #AEDDE0 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 221 224 -
CMYK 0.22 0.01 0 0.12
HSL 183.6º 0.45% 0.78% -
HSV(B) 183.6º 0.22% 0.88% -
XYZ 56.77 66.09 80.29 -
YUV 207.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 174 221 224 0.22 0.01 0 0.12 183.6 0.45 0.78
Hex AE DD E0 16 1 0 C B8 2D 4E
Octal 256 335 340 26 1 0 14 270 55 116
Binary 10101110 11011101 11100000 10110 1 0 1100 10111000 101101 1001110

Color Harmonies of #AEDDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDE0

Black with #AEDDE0

Text Example


Text Example

White with #AEDDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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