#AEDBE0

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

Shades of Powder Blue #AEDBE0

Tints of Powder Blue #AEDBE0

Color information

#AEDBE0 (or 0xAEDBE0) is unknown color: approx Powder Blue. HEX triplet: AE, DB and E0. RGB value is (174,219,224). Sum of RGB (Red+Green+Blue) = 174+219+224=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEDBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBE0 is #51241F. Grayscale: #CECECE. Windows color (decimal): -5317664 or 14736302. OLE color: 14736302.

HSL color Cylindrical-coordinate representation of color #AEDBE0: hue angle of 186º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDBE0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174219224-
CMYK0.220.0200.12
HSL186º44.64%78.04%-
HSV(B)186º22.32%87.84%-
XYZ56.2465.0480.11-
YUV206.12138.09105.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.20%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 224 (87.89% from 255) = 36.30%
R=28.20%
G=35.49%
B=36.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742192240.220.0200.1218644.6478.04
HexAEDBE01620Cba2d4e
Octal25633334026201427255116
Binary101011101101101111100000101101001100101110101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBE0; }

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

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

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

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

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

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

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

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