#AEDADB

Color #AEDADB Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #AEDADB

Tints of Powder Blue #AEDADB

Color information

#AEDADB (or 0xAEDADB) is unknown color: approx Powder Blue. HEX triplet: AE, DA and DB. RGB value is (174,218,219). Sum of RGB (Red+Green+Blue) = 174+218+219=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEDADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDADB is #512524. Grayscale: #CCCCCC. Windows color (decimal): -5317925 or 14408366. OLE color: 14408366.

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

Color convert

RGB174218219-
CMYK0.210.0000.14
HSL181.33º38.46%77.06%-
HSV(B)181.33º20.55%85.88%-
XYZ55.3164.2676.51-
YUV204.96135.92105.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.48%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 219 (85.94% from 255) = 35.84%
R=28.48%
G=35.68%
B=35.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742182190.210.0000.14181.3338.4677.06
HexAEDADB1500Eb5264d
Octal25633233325001626546115
Binary10101110110110101101101110101001110101101011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDADB; }

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

 H1.HeaderClassName
 {
   color: #AEDADB;
 }
 .AnyTagClassName
 {
   color: #AEDADB;
 }
</style>
background-color css

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

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

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

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

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

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