#AABCEF

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

Shades of Perano #AABCEF

Tints of Perano #AABCEF

Color information

#AABCEF (or 0xAABCEF) is unknown color: approx Perano. HEX triplet: AA, BC and EF. RGB value is (170,188,239). Sum of RGB (Red+Green+Blue) = 170+188+239=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #AABCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCEF is #554310. Grayscale: #BCBCBC. Windows color (decimal): -5587729 or 15711402. OLE color: 15711402.

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

Color convert

RGB170188239-
CMYK0.290.2100.06
HSL224.35º68.32%80.2%-
HSV(B)224.35º28.87%93.73%-
XYZ50.1450.7488.81-
YUV188.43156.54114.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 188 (73.83% from 255) = 31.49%
BLUE value IS 239 (93.75% from 255) = 40.03%
R=28.48%
G=31.49%
B=40.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701882390.290.2100.06224.3568.3280.2
HexAABCEF1D1506e04450
Octal252274357352506340104120
Binary101010101011110011101111111011010101101110000010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABCEF; }

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

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

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

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

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

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

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

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