#AEBCEE

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

Shades of Perano #AEBCEE

Tints of Perano #AEBCEE

Color information

#AEBCEE (or 0xAEBCEE) is unknown color: approx Perano. HEX triplet: AE, BC and EE. RGB value is (174,188,238). Sum of RGB (Red+Green+Blue) = 174+188+238=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEBCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCEE is #514311. Grayscale: #BDBDBD. Windows color (decimal): -5325586 or 15645870. OLE color: 15645870.

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

Color convert

RGB174188238-
CMYK0.270.2100.07
HSL226.88º65.31%80.78%-
HSV(B)226.88º26.89%93.33%-
XYZ50.8751.1488.08-
YUV189.51155.36116.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 188 (73.83% from 255) = 31.33%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=29%
G=31.33%
B=39.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1741882380.270.2100.07226.8865.3180.78
HexAEBCEE1B1507e34151
Octal256274356332507343101121
Binary101011101011110011101110110111010101111110001110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCEE; }

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

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

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

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

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

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

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

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