#ABB9EB

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

Shades of Perano #ABB9EB

Tints of Perano #ABB9EB

Color information

#ABB9EB (or 0xABB9EB) is unknown color: approx Perano. HEX triplet: AB, B9 and EB. RGB value is (171,185,235). Sum of RGB (Red+Green+Blue) = 171+185+235=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABB9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB9EB is #544614. Grayscale: #BABABA. Windows color (decimal): -5522965 or 15448491. OLE color: 15448491.

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

Color convert

RGB171185235-
CMYK0.270.2100.08
HSL226.88º61.54%79.61%-
HSV(B)226.88º27.23%92.16%-
XYZ49.1449.3585.53-
YUV186.51155.36116.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.93%
GREEN value IS 185 (72.66% from 255) = 31.30%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=28.93%
G=31.30%
B=39.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711852350.270.2100.08226.8861.5479.61
HexABB9EB1B1508e33e50
Octal253271353332501034376120
Binary101010111011100111101011110111010101000111000111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9EB; }

 p { color: rgb(171,185,235); }

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

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

 a { background-color: rgb(171,185,235); }

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

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

 span { border-color: rgb(171,185,235); }

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