Html Css Color HEX #AED9DB Powder Blue

📋 copy color: '#AED9DB'

red 174 ◦ green 217 ◦ blue 219

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

Shades of Powder Blue #AED9DB

Tints of Powder Blue #AED9DB

RGB

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

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

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

R = 28.52%
G = 35.57%
B = 35.9%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AED9DB (or 0xAED9DB) is known color: Powder Blue. HEX triplet: AE, D9 and DB. RGB value is (174,217,219). Sum of RGB (Red+Green+Blue) = 174+217+219=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #AED9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9DB is #512624. Grayscale: #CCCCCC. Windows color (decimal): -5318181 or 14408110. OLE color: 14408110.

HSL color Cylindrical-coordinate representation of color #AED9DB: hue angle of 182.67º 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 #AED9DB is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 217 219 -
CMYK 0.21 0.01 0 0.14
HSL 182.67º 0.38% 0.77% -
HSV(B) 182.67º 0.21% 0.86% -
XYZ 55.05 63.74 76.42 -
YUV 204.37 136.25 106.34 -
System Red Green Blue C M Y K H S L
Decimal 174 217 219 0.21 0.01 0 0.14 182.67 0.38 0.77
Hex AE D9 DB 15 1 0 E B7 26 4D
Octal 256 331 333 25 1 0 16 267 46 115
Binary 10101110 11011001 11011011 10101 1 0 1110 10110111 100110 1001101

Color Harmonies of #AED9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED9DB

Black with #AED9DB

Text Example


Text Example

White with #AED9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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