#AABCEE

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

Shades of Perano #AABCEE

Tints of Perano #AABCEE

Color information

#AABCEE (or 0xAABCEE) is unknown color: approx Perano. HEX triplet: AA, BC and EE. RGB value is (170,188,238). Sum of RGB (Red+Green+Blue) = 170+188+238=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #AABCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCEE is #554311. Grayscale: #BCBCBC. Windows color (decimal): -5587730 or 15645866. OLE color: 15645866.

HSL color Cylindrical-coordinate representation of color #AABCEE: hue angle of 224.12º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABCEE is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170188238-
CMYK0.290.2100.07
HSL224.12º66.67%80%-
HSV(B)224.12º28.57%93.33%-
XYZ49.9950.6988.04-
YUV188.32156.04114.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.52%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=28.52%
G=31.54%
B=39.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701882380.290.2100.07224.1266.6780
HexAABCEE1D1507e04350
Octal252274356352507340103120
Binary101010101011110011101110111011010101111110000010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCEE; }

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

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

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

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

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

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

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

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