#ABB9EA

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

Shades of Perano #ABB9EA

Tints of Perano #ABB9EA

Color information

#ABB9EA (or 0xABB9EA) is unknown color: approx Perano. HEX triplet: AB, B9 and EA. RGB value is (171,185,234). Sum of RGB (Red+Green+Blue) = 171+185+234=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABB9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB9EA is #544615. Grayscale: #BABABA. Windows color (decimal): -5522966 or 15382955. OLE color: 15382955.

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

Color convert

RGB171185234-
CMYK0.270.2100.08
HSL226.67º60%79.41%-
HSV(B)226.67º26.92%91.76%-
XYZ48.9949.384.77-
YUV186.4154.86117.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 185 (72.66% from 255) = 31.36%
BLUE value IS 234 (91.80% from 255) = 39.66%
R=28.98%
G=31.36%
B=39.66%

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
Decimal1711852340.270.2100.08226.676079.41
HexABB9EA1B1508e33c4f
Octal253271352332501034374117
Binary101010111011100111101010110111010101000111000111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9EA; }

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

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

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

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

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

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

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

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