#AEC0EB

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

Shades of Perano #AEC0EB

Tints of Perano #AEC0EB

Color information

#AEC0EB (or 0xAEC0EB) is unknown color: approx Perano. HEX triplet: AE, C0 and EB. RGB value is (174,192,235). Sum of RGB (Red+Green+Blue) = 174+192+235=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEC0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC0EB is #513F14. Grayscale: #BFBFBF. Windows color (decimal): -5324565 or 15450286. OLE color: 15450286.

HSL color Cylindrical-coordinate representation of color #AEC0EB: hue angle of 222.3º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEC0EB is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174192235-
CMYK0.260.1800.08
HSL222.3º60.4%80.2%-
HSV(B)222.3º25.96%92.16%-
XYZ51.352.786.06-
YUV191.52152.54115.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.95%
GREEN value IS 192 (75.39% from 255) = 31.95%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=28.95%
G=31.95%
B=39.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741922350.260.1800.08222.360.480.2
HexAEC0EB1A1208de3c50
Octal256300353322201033674120
Binary101011101100000011101011110101001001000110111101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0EB; }

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

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

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

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

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

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

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

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