#AEC0ED

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

Shades of Perano #AEC0ED

Tints of Perano #AEC0ED

Color information

#AEC0ED (or 0xAEC0ED) is unknown color: approx Perano. HEX triplet: AE, C0 and ED. RGB value is (174,192,237). Sum of RGB (Red+Green+Blue) = 174+192+237=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEC0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC0ED is #513F12. Grayscale: #BFBFBF. Windows color (decimal): -5324563 or 15581358. OLE color: 15581358.

HSL color Cylindrical-coordinate representation of color #AEC0ED: hue angle of 222.86º degrees, saturation: 0.64, 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 #AEC0ED is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174192237-
CMYK0.270.1900.07
HSL222.86º63.64%80.59%-
HSV(B)222.86º26.58%92.94%-
XYZ51.5952.8187.6-
YUV191.75153.54115.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.86%
GREEN value IS 192 (75.39% from 255) = 31.84%
BLUE value IS 237 (92.97% from 255) = 39.30%
R=28.86%
G=31.84%
B=39.30%

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
Decimal1741922370.270.1900.07222.8663.6480.59
HexAEC0ED1B1307df4051
Octal256300355332307337100121
Binary101011101100000011101101110111001101111101111110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0ED; }

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

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

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

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

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

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

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

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