Html Css Color HEX #AEDDE5 Powder Blue

📋 copy color: '#AEDDE5'

red 174 ◦ green 221 ◦ blue 229

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

Shades of Powder Blue #AEDDE5

Tints of Powder Blue #AEDDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.7%

R = 27.88%
G = 35.42%
B = 36.7%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AEDDE5 (or 0xAEDDE5) is known color: Powder Blue. HEX triplet: AE, DD and E5. RGB value is (174,221,229). Sum of RGB (Red+Green+Blue) = 174+221+229=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEDDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDE5 is #51221A. Grayscale: #CFCFCF. Windows color (decimal): -5317147 or 15064494. OLE color: 15064494.

HSL color Cylindrical-coordinate representation of color #AEDDE5: hue angle of 188.73º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEDDE5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 221 229 -
CMYK 0.24 0.03 0 0.10
HSL 188.73º 0.51% 0.79% -
HSV(B) 188.73º 0.24% 0.9% -
XYZ 57.45 66.37 83.91 -
YUV 207.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 174 221 229 0.24 0.03 0 0.10 188.73 0.51 0.79
Hex AE DD E5 18 3 0 A BD 33 4F
Octal 256 335 345 30 3 0 12 275 63 117
Binary 10101110 11011101 11100101 11000 11 0 1010 10111101 110011 1001111

Color Harmonies of #AEDDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDE5

Black with #AEDDE5

Text Example


Text Example

White with #AEDDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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