Html Css Color HEX #AED6DB Powder Blue

📋 copy color: '#AED6DB'

red 174 ◦ green 214 ◦ blue 219

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

Shades of Powder Blue #AED6DB

Tints of Powder Blue #AED6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.26%

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

R = 28.67%
G = 35.26%
B = 36.08%

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

#AED6DB (or 0xAED6DB) is known color: Powder Blue. HEX triplet: AE, D6 and DB. RGB value is (174,214,219). Sum of RGB (Red+Green+Blue) = 174+214+219=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #AED6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6DB is #512924. Grayscale: #CACACA. Windows color (decimal): -5318949 or 14407342. OLE color: 14407342.

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

Color convert

RGB 174 214 219 -
CMYK 0.21 0.02 0 0.14
HSL 186.67º 0.38% 0.77% -
HSV(B) 186.67º 0.21% 0.86% -
XYZ 54.29 62.21 76.16 -
YUV 202.61 137.25 107.59 -
System Red Green Blue C M Y K H S L
Decimal 174 214 219 0.21 0.02 0 0.14 186.67 0.38 0.77
Hex AE D6 DB 15 2 0 E BB 26 4D
Octal 256 326 333 25 2 0 16 273 46 115
Binary 10101110 11010110 11011011 10101 10 0 1110 10111011 100110 1001101

Color Harmonies of #AED6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6DB

Black with #AED6DB

Text Example


Text Example

White with #AED6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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