Html Css Color HEX #AEDEDF Powder Blue

📋 copy color: '#AEDEDF'

red 174 ◦ green 222 ◦ blue 223

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

Shades of Powder Blue #AEDEDF

Tints of Powder Blue #AEDEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.03%

R = 28.11%
G = 35.86%
B = 36.03%

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

#AEDEDF (or 0xAEDEDF) is known color: Powder Blue. HEX triplet: AE, DE and DF. RGB value is (174,222,223). Sum of RGB (Red+Green+Blue) = 174+222+223=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEDEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEDF is #512120. Grayscale: #CFCFCF. Windows color (decimal): -5316897 or 14671534. OLE color: 14671534.

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

Color convert

RGB 174 222 223 -
CMYK 0.22 0.00 0 0.13
HSL 181.22º 0.43% 0.78% -
HSV(B) 181.22º 0.22% 0.87% -
XYZ 56.9 66.57 79.66 -
YUV 207.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 174 222 223 0.22 0.00 0 0.13 181.22 0.43 0.78
Hex AE DE DF 16 0 0 D B5 2B 4E
Octal 256 336 337 26 0 0 15 265 53 116
Binary 10101110 11011110 11011111 10110 0 0 1101 10110101 101011 1001110

Color Harmonies of #AEDEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEDF

Black with #AEDEDF

Text Example


Text Example

White with #AEDEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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