#ABBEF5

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

Shades of Perano #ABBEF5

Tints of Perano #ABBEF5

Color information

#ABBEF5 (or 0xABBEF5) is unknown color: approx Perano. HEX triplet: AB, BE and F5. RGB value is (171,190,245). Sum of RGB (Red+Green+Blue) = 171+190+245=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 245 (96.09% from 255 or 40.43% from 606); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABBEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBEF5 is #54410A. Grayscale: #BEBEBE. Windows color (decimal): -5521675 or 16105131. OLE color: 16105131.

HSL color Cylindrical-coordinate representation of color #ABBEF5: hue angle of 224.59º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABBEF5 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171190245-
CMYK0.300.2200.04
HSL224.59º78.72%81.57%-
HSV(B)224.59º30.2%96.08%-
XYZ51.6952.0893.71-
YUV190.59158.71114.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.22%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 245 (96.09% from 255) = 40.43%
R=28.22%
G=31.35%
B=40.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711902450.300.2200.04224.5978.7281.57
HexABBEF51E1604e14f52
Octal253276365362604341117122
Binary101010111011111011110101111101011001001110000110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBEF5; }

 p { color: rgb(171,190,245); }

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

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

 a { background-color: rgb(171,190,245); }

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

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

 span { border-color: rgb(171,190,245); }

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