#AABFEB

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

Shades of Perano #AABFEB

Tints of Perano #AABFEB

Color information

#AABFEB (or 0xAABFEB) is unknown color: approx Perano. HEX triplet: AA, BF and EB. RGB value is (170,191,235). Sum of RGB (Red+Green+Blue) = 170+191+235=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #AABFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABFEB is #554014. Grayscale: #BDBDBD. Windows color (decimal): -5586965 or 15450026. OLE color: 15450026.

HSL color Cylindrical-coordinate representation of color #AABFEB: hue angle of 220.62º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AABFEB is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170191235-
CMYK0.280.1900.08
HSL220.62º61.9%79.41%-
HSV(B)220.62º27.66%92.16%-
XYZ50.251.8185.95-
YUV189.74153.54113.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.52%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=28.52%
G=32.05%
B=39.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701912350.280.1900.08220.6261.979.41
HexAABFEB1C1308dd3e4f
Octal252277353342301033576117
Binary101010101011111111101011111001001101000110111011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABFEB; }

 p { color: rgb(170,191,235); }

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

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

 a { background-color: rgb(170,191,235); }

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

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

 span { border-color: rgb(170,191,235); }

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