#AEC1EE

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

Shades of Perano #AEC1EE

Tints of Perano #AEC1EE

Color information

#AEC1EE (or 0xAEC1EE) is unknown color: approx Perano. HEX triplet: AE, C1 and EE. RGB value is (174,193,238). Sum of RGB (Red+Green+Blue) = 174+193+238=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEC1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC1EE is #513E11. Grayscale: #C0C0C0. Windows color (decimal): -5324306 or 15647150. OLE color: 15647150.

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

Color convert

RGB174193238-
CMYK0.270.1900.07
HSL222.19º65.31%80.78%-
HSV(B)222.19º26.89%93.33%-
XYZ51.9653.3188.44-
YUV192.45153.71114.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.76%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=28.76%
G=31.90%
B=39.34%

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
Decimal1741932380.270.1900.07222.1965.3180.78
HexAEC1EE1B1307de4151
Octal256301356332307336101121
Binary101011101100000111101110110111001101111101111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC1EE; }

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

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

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

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

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

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

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

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