#ABBFEF

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

Shades of Perano #ABBFEF

Tints of Perano #ABBFEF

Color information

#ABBFEF (or 0xABBFEF) is unknown color: approx Perano. HEX triplet: AB, BF and EF. RGB value is (171,191,239). Sum of RGB (Red+Green+Blue) = 171+191+239=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABBFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFEF is #544010. Grayscale: #BEBEBE. Windows color (decimal): -5521425 or 15712171. OLE color: 15712171.

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

Color convert

RGB171191239-
CMYK0.280.2000.06
HSL222.35º68%80.39%-
HSV(B)222.35º28.45%93.73%-
XYZ51.0152.1589.04-
YUV190.49155.37114.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.45%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 239 (93.75% from 255) = 39.77%
R=28.45%
G=31.78%
B=39.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711912390.280.2000.06222.356880.39
HexABBFEF1C1406de4450
Octal253277357342406336104120
Binary101010111011111111101111111001010001101101111010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFEF; }

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

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

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

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

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

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

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

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