#AABBEF

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

Shades of Perano #AABBEF

Tints of Perano #AABBEF

Color information

#AABBEF (or 0xAABBEF) is unknown color: approx Perano. HEX triplet: AA, BB and EF. RGB value is (170,187,239). Sum of RGB (Red+Green+Blue) = 170+187+239=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #AABBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBEF is #554410. Grayscale: #BBBBBB. Windows color (decimal): -5587985 or 15711146. OLE color: 15711146.

HSL color Cylindrical-coordinate representation of color #AABBEF: hue angle of 225.22º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABBEF is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170187239-
CMYK0.290.2200.06
HSL225.22º68.32%80.2%-
HSV(B)225.22º28.87%93.73%-
XYZ49.9350.3288.74-
YUV187.84156.87115.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.52%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=28.52%
G=31.38%
B=40.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701872390.290.2200.06225.2268.3280.2
HexAABBEF1D1606e14450
Octal252273357352606341104120
Binary101010101011101111101111111011011001101110000110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBEF; }

 p { color: rgb(170,187,239); }

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

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

 a { background-color: rgb(170,187,239); }

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

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

 span { border-color: rgb(170,187,239); }

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