#AEC0F2

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

Shades of Perano #AEC0F2

Tints of Perano #AEC0F2

Color information

#AEC0F2 (or 0xAEC0F2) is unknown color: approx Perano. HEX triplet: AE, C0 and F2. RGB value is (174,192,242). Sum of RGB (Red+Green+Blue) = 174+192+242=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEC0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEC0F2 is #513F0D. Grayscale: #C0C0C0. Windows color (decimal): -5324558 or 15909038. OLE color: 15909038.

HSL color Cylindrical-coordinate representation of color #AEC0F2: hue angle of 224.12º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEC0F2 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB174192242-
CMYK0.280.2100.05
HSL224.12º72.34%81.57%-
HSV(B)224.12º28.1%94.9%-
XYZ52.3353.1191.5-
YUV192.32156.04114.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.62%
GREEN value IS 192 (75.39% from 255) = 31.58%
BLUE value IS 242 (94.92% from 255) = 39.80%
R=28.62%
G=31.58%
B=39.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1741922420.280.2100.05224.1272.3481.57
HexAEC0F21C1505e04852
Octal256300362342505340110122
Binary101011101100000011110010111001010101011110000010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0F2; }

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

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

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

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

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

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

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

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