#ABBEF7

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

Shades of Perano #ABBEF7

Tints of Perano #ABBEF7

Color information

#ABBEF7 (or 0xABBEF7) is unknown color: approx Perano. HEX triplet: AB, BE and F7. RGB value is (171,190,247). Sum of RGB (Red+Green+Blue) = 171+190+247=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABBEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBEF7 is #544108. Grayscale: #BEBEBE. Windows color (decimal): -5521673 or 16236203. OLE color: 16236203.

HSL color Cylindrical-coordinate representation of color #ABBEF7: hue angle of 225º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABBEF7 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171190247-
CMYK0.310.2300.03
HSL225º82.61%81.96%-
HSV(B)225º30.77%96.86%-
XYZ5252.295.33-
YUV190.82159.71113.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.12%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 247 (96.88% from 255) = 40.62%
R=28.12%
G=31.25%
B=40.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711902470.310.2300.0322582.6181.96
HexABBEF71F1703e15352
Octal253276367372703341123122
Binary10101011101111101111011111111101110111110000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBEF7; }

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

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

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

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

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

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

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

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