Html Css Color HEX #AEDEDE Powder Blue

📋 copy color: '#AEDEDE'

red 174 ◦ green 222 ◦ blue 222

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

Shades of Powder Blue #AEDEDE

Tints of Powder Blue #AEDEDE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.92%

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

R = 28.16%
G = 35.92%
B = 35.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEDEDE (or 0xAEDEDE) is known color: Powder Blue. HEX triplet: AE, DE and DE. RGB value is (174,222,222). Sum of RGB (Red+Green+Blue) = 174+222+222=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #AEDEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEDE is #512121. Grayscale: #CFCFCF. Windows color (decimal): -5316898 or 14605998. OLE color: 14605998.

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

Color convert

RGB 174 222 222 -
CMYK 0.22 0 0 0.13
HSL 180º 0.42% 0.78% -
HSV(B) 180º 0.22% 0.87% -
XYZ 56.76 66.52 78.95 -
YUV 207.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 174 222 222 0.22 0 0 0.13 180 0.42 0.78
Hex AE DE DE 16 0 0 D B4 2A 4E
Octal 256 336 336 26 0 0 15 264 52 116
Binary 10101110 11011110 11011110 10110 0 0 1101 10110100 101010 1001110

Color Harmonies of #AEDEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEDE

Black with #AEDEDE

Text Example


Text Example

White with #AEDEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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