#AEDBE1

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

Shades of Powder Blue #AEDBE1

Tints of Powder Blue #AEDBE1

Color information

#AEDBE1 (or 0xAEDBE1) is unknown color: approx Powder Blue. HEX triplet: AE, DB and E1. RGB value is (174,219,225). Sum of RGB (Red+Green+Blue) = 174+219+225=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEDBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBE1 is #51241E. Grayscale: #CECECE. Windows color (decimal): -5317663 or 14801838. OLE color: 14801838.

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

Color convert

RGB174219225-
CMYK0.230.0300.12
HSL187.06º45.95%78.24%-
HSV(B)187.06º22.67%88.24%-
XYZ56.3865.180.83-
YUV206.23138.59105.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.16%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=28.16%
G=35.44%
B=36.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742192250.230.0300.12187.0645.9578.24
HexAEDBE11730Cbb2e4e
Octal25633334127301427356116
Binary101011101101101111100001101111101100101110111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBE1; }

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

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

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

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

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

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

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

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