#AEDBE3

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

Shades of Powder Blue #AEDBE3

Tints of Powder Blue #AEDBE3

Color information

#AEDBE3 (or 0xAEDBE3) is unknown color: approx Powder Blue. HEX triplet: AE, DB and E3. RGB value is (174,219,227). Sum of RGB (Red+Green+Blue) = 174+219+227=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEDBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBE3 is #51241C. Grayscale: #CECECE. Windows color (decimal): -5317661 or 14932910. OLE color: 14932910.

HSL color Cylindrical-coordinate representation of color #AEDBE3: hue angle of 189.06º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEDBE3 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174219227-
CMYK0.230.0400.11
HSL189.06º48.62%78.63%-
HSV(B)189.06º23.35%89.02%-
XYZ56.6565.2182.27-
YUV206.46139.59104.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.06%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 227 (89.06% from 255) = 36.61%
R=28.06%
G=35.32%
B=36.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742192270.230.0400.11189.0648.6278.63
HexAEDBE31740Bbd314f
Octal25633334327401327561117
Binary1010111011011011111000111011110001011101111011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBE3; }

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

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

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

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

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

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

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

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