#ABAEEF

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

Shades of Perano #ABAEEF

Tints of Perano #ABAEEF

Color information

#ABAEEF (or 0xABAEEF) is unknown color: approx Perano. HEX triplet: AB, AE and EF. RGB value is (171,174,239). Sum of RGB (Red+Green+Blue) = 171+174+239=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABAEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEEF is #545110. Grayscale: #B4B4B4. Windows color (decimal): -5525777 or 15707819. OLE color: 15707819.

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

Color convert

RGB171174239-
CMYK0.280.2700.06
HSL237.35º68%80.39%-
HSV(B)237.35º28.45%93.73%-
XYZ47.5145.1687.87-
YUV180.51161.01121.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 239 (93.75% from 255) = 40.92%
R=29.28%
G=29.79%
B=40.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711742390.280.2700.06237.356880.39
HexABAEEF1C1B06ed4450
Octal253256357343306355104120
Binary101010111010111011101111111001101101101110110110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEEF; }

 p { color: rgb(171,174,239); }

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

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

 a { background-color: rgb(171,174,239); }

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

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

 span { border-color: rgb(171,174,239); }

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