Html Css Color HEX #AEDDDE Powder Blue

📋 copy color: '#AEDDDE'

red 174 ◦ green 221 ◦ blue 222

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

Shades of Powder Blue #AEDDDE

Tints of Powder Blue #AEDDDE

RGB

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

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

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

R = 28.2%
G = 35.82%
B = 35.98%

CMYK

 C value IS 0.22

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEDDDE (or 0xAEDDDE) is known color: Powder Blue. HEX triplet: AE, DD and DE. RGB value is (174,221,222). Sum of RGB (Red+Green+Blue) = 174+221+222=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEDDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDDE is #512221. Grayscale: #CFCFCF. Windows color (decimal): -5317154 or 14605742. OLE color: 14605742.

HSL color Cylindrical-coordinate representation of color #AEDDDE: hue angle of 181.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDDDE is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 222 -
CMYK 0.22 0.00 0 0.13
HSL 181.25º 0.42% 0.78% -
HSV(B) 181.25º 0.22% 0.87% -
XYZ 56.5 65.99 78.87 -
YUV 207.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 174 221 222 0.22 0.00 0 0.13 181.25 0.42 0.78
Hex AE DD DE 16 0 0 D B5 2A 4E
Octal 256 335 336 26 0 0 15 265 52 116
Binary 10101110 11011101 11011110 10110 0 0 1101 10110101 101010 1001110

Color Harmonies of #AEDDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDDE

Black with #AEDDDE

Text Example


Text Example

White with #AEDDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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