#ABC2FE

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

Shades of Perano #ABC2FE

Tints of Perano #ABC2FE

Color information

#ABC2FE (or 0xABC2FE) is unknown color: approx Perano. HEX triplet: AB, C2 and FE. RGB value is (171,194,254). Sum of RGB (Red+Green+Blue) = 171+194+254=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABC2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC2FE is #543D01. Grayscale: #C1C1C1. Windows color (decimal): -5520642 or 16695979. OLE color: 16695979.

HSL color Cylindrical-coordinate representation of color #ABC2FE: hue angle of 223.37º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABC2FE is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171194254-
CMYK0.330.2400.00
HSL223.37º97.65%83.33%-
HSV(B)223.37º32.68%99.61%-
XYZ53.9854.4101.42-
YUV193.96161.88111.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.63%
GREEN value IS 194 (76.17% from 255) = 31.34%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=27.63%
G=31.34%
B=41.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711942540.330.2400.00223.3797.6583.33
HexABC2FE211800df6253
Octal253302376413000337142123
Binary10101011110000101111111010000111000001101111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2FE; }

 p { color: rgb(171,194,254); }

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

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

 a { background-color: rgb(171,194,254); }

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

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

 span { border-color: rgb(171,194,254); }

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