#AEAEFE

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

Shades of Perano #AEAEFE

Tints of Perano #AEAEFE

Color information

#AEAEFE (or 0xAEAEFE) is unknown color: approx Perano. HEX triplet: AE, AE and FE. RGB value is (174,174,254). Sum of RGB (Red+Green+Blue) = 174+174+254=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEAEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAEFE is #515101. Grayscale: #B6B6B6. Windows color (decimal): -5329154 or 16690862. OLE color: 16690862.

HSL color Cylindrical-coordinate representation of color #AEAEFE: hue angle of 240º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEAEFE is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB174174254-
CMYK0.310.3100.00
HSL240º97.56%83.92%-
HSV(B)240º31.5%99.61%-
XYZ50.4846.43100.07-
YUV183.12168121.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.90%
GREEN value IS 174 (68.36% from 255) = 28.90%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=28.90%
G=28.90%
B=42.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1741742540.310.3100.0024097.5683.92
HexAEAEFE1F1F00f06254
Octal256256376373700360142124
Binary1010111010101110111111101111111111001111000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEFE; }

 p { color: rgb(174,174,254); }

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

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

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

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

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

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

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