Html Css Color HEX #AED9DF Powder Blue

📋 copy color: '#AED9DF'

red 174 ◦ green 217 ◦ blue 223

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

Shades of Powder Blue #AED9DF

Tints of Powder Blue #AED9DF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.34%

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

R = 28.34%
G = 35.34%
B = 36.32%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AED9DF (or 0xAED9DF) is known color: Powder Blue. HEX triplet: AE, D9 and DF. RGB value is (174,217,223). Sum of RGB (Red+Green+Blue) = 174+217+223=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #AED9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9DF is #512620. Grayscale: #CCCCCC. Windows color (decimal): -5318177 or 14670254. OLE color: 14670254.

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

Color convert

RGB 174 217 223 -
CMYK 0.22 0.03 0 0.13
HSL 187.35º 0.43% 0.78% -
HSV(B) 187.35º 0.22% 0.87% -
XYZ 55.59 63.95 79.23 -
YUV 204.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 174 217 223 0.22 0.03 0 0.13 187.35 0.43 0.78
Hex AE D9 DF 16 3 0 D BB 2B 4E
Octal 256 331 337 26 3 0 15 273 53 116
Binary 10101110 11011001 11011111 10110 11 0 1101 10111011 101011 1001110

Color Harmonies of #AED9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED9DF

Black with #AED9DF

Text Example


Text Example

White with #AED9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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