#ABB3EF

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

Shades of Perano #ABB3EF

Tints of Perano #ABB3EF

Color information

#ABB3EF (or 0xABB3EF) is unknown color: approx Perano. HEX triplet: AB, B3 and EF. RGB value is (171,179,239). Sum of RGB (Red+Green+Blue) = 171+179+239=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 179 (70.31% from 255 or 30.39% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABB3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB3EF is #544C10. Grayscale: #B7B7B7. Windows color (decimal): -5524497 or 15709099. OLE color: 15709099.

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

Color convert

RGB171179239-
CMYK0.280.2500.06
HSL232.94º68%80.39%-
HSV(B)232.94º28.45%93.73%-
XYZ48.4947.1388.2-
YUV183.45159.35119.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 179 (70.31% from 255) = 30.39%
BLUE value IS 239 (93.75% from 255) = 40.58%
R=29.03%
G=30.39%
B=40.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711792390.280.2500.06232.946880.39
HexABB3EF1C1906e94450
Octal253263357343106351104120
Binary101010111011001111101111111001100101101110100110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB3EF; }

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

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

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

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

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

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

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

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