#AEC0EE

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

Shades of Perano #AEC0EE

Tints of Perano #AEC0EE

Color information

#AEC0EE (or 0xAEC0EE) is unknown color: approx Perano. HEX triplet: AE, C0 and EE. RGB value is (174,192,238). Sum of RGB (Red+Green+Blue) = 174+192+238=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC0EE is #513F11. Grayscale: #BFBFBF. Windows color (decimal): -5324562 or 15646894. OLE color: 15646894.

HSL color Cylindrical-coordinate representation of color #AEC0EE: hue angle of 223.12º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEC0EE is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174192238-
CMYK0.270.1900.07
HSL223.12º65.31%80.78%-
HSV(B)223.12º26.89%93.33%-
XYZ51.7452.8788.37-
YUV191.86154.04115.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.81%
GREEN value IS 192 (75.39% from 255) = 31.79%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=28.81%
G=31.79%
B=39.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741922380.270.1900.07223.1265.3180.78
HexAEC0EE1B1307df4151
Octal256300356332307337101121
Binary101011101100000011101110110111001101111101111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0EE; }

 p { color: rgb(174,192,238); }

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

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

 a { background-color: rgb(174,192,238); }

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

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

 span { border-color: rgb(174,192,238); }

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