Html Css Color HEX #AED7DB Powder Blue

📋 copy color: '#AED7DB'

red 174 ◦ green 215 ◦ blue 219

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

Shades of Powder Blue #AED7DB

Tints of Powder Blue #AED7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.36%

 BLUE value IS 219 (85.94% from 255) = 36.02%

R = 28.62%
G = 35.36%
B = 36.02%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AED7DB (or 0xAED7DB) is known color: Powder Blue. HEX triplet: AE, D7 and DB. RGB value is (174,215,219). Sum of RGB (Red+Green+Blue) = 174+215+219=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #AED7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7DB is #512824. Grayscale: #CBCBCB. Windows color (decimal): -5318693 or 14407598. OLE color: 14407598.

HSL color Cylindrical-coordinate representation of color #AED7DB: hue angle of 185.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AED7DB is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 215 219 -
CMYK 0.21 0.02 0 0.14
HSL 185.33º 0.38% 0.77% -
HSV(B) 185.33º 0.21% 0.86% -
XYZ 54.54 62.71 76.25 -
YUV 203.2 136.92 107.17 -
System Red Green Blue C M Y K H S L
Decimal 174 215 219 0.21 0.02 0 0.14 185.33 0.38 0.77
Hex AE D7 DB 15 2 0 E B9 26 4D
Octal 256 327 333 25 2 0 16 271 46 115
Binary 10101110 11010111 11011011 10101 10 0 1110 10111001 100110 1001101

Color Harmonies of #AED7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7DB

Black with #AED7DB

Text Example


Text Example

White with #AED7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7DB; }

 p { color: rgb(174,215,219); }

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

background-color css

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

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

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

border-color css

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

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

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