#AECEE0

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

Shades of Light Blue #AECEE0

Tints of Light Blue #AECEE0

Color information

#AECEE0 (or 0xAECEE0) is unknown color: approx Light Blue. HEX triplet: AE, CE and E0. RGB value is (174,206,224). Sum of RGB (Red+Green+Blue) = 174+206+224=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #AECEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEE0 is #51311F. Grayscale: #C6C6C6. Windows color (decimal): -5320992 or 14732974. OLE color: 14732974.

HSL color Cylindrical-coordinate representation of color #AECEE0: hue angle of 201.6º 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 #AECEE0 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174206224-
CMYK0.220.0800.12
HSL201.6º44.64%78.04%-
HSV(B)201.6º22.32%87.84%-
XYZ52.9858.5279.02-
YUV198.48142.4110.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=28.81%
G=34.11%
B=37.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1742062240.220.0800.12201.644.6478.04
HexAECEE01680Cca2d4e
Octal256316340261001431255116
Binary10101110110011101110000010110100001100110010101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEE0; }

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

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

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

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

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

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

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

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