#ABBEF0

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

Shades of Perano #ABBEF0

Tints of Perano #ABBEF0

Color information

#ABBEF0 (or 0xABBEF0) is unknown color: approx Perano. HEX triplet: AB, BE and F0. RGB value is (171,190,240). Sum of RGB (Red+Green+Blue) = 171+190+240=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABBEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBEF0 is #54410F. Grayscale: #BDBDBD. Windows color (decimal): -5521680 or 15777451. OLE color: 15777451.

HSL color Cylindrical-coordinate representation of color #ABBEF0: hue angle of 223.48º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABBEF0 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171190240-
CMYK0.290.2100.06
HSL223.48º69.7%80.59%-
HSV(B)223.48º28.75%94.12%-
XYZ50.9451.7889.75-
YUV190.02156.21114.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.45%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 240 (94.14% from 255) = 39.93%
R=28.45%
G=31.61%
B=39.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1711902400.290.2100.06223.4869.780.59
HexABBEF01D1506df4651
Octal253276360352506337106121
Binary101010111011111011110000111011010101101101111110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBEF0; }

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

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

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

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

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

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

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

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