#ABC0FE

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

Shades of Perano #ABC0FE

Tints of Perano #ABC0FE

Color information

#ABC0FE (or 0xABC0FE) is unknown color: approx Perano. HEX triplet: AB, C0 and FE. RGB value is (171,192,254). Sum of RGB (Red+Green+Blue) = 171+192+254=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABC0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0FE is #543F01. Grayscale: #C0C0C0. Windows color (decimal): -5521154 or 16695467. OLE color: 16695467.

HSL color Cylindrical-coordinate representation of color #ABC0FE: hue angle of 224.82º 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 #ABC0FE is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171192254-
CMYK0.330.2400.00
HSL224.82º97.65%83.33%-
HSV(B)224.82º32.68%99.61%-
XYZ53.5353.51101.27-
YUV192.79162.54112.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.71%
GREEN value IS 192 (75.39% from 255) = 31.12%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=27.71%
G=31.12%
B=41.17%

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
Decimal1711922540.330.2400.00224.8297.6583.33
HexABC0FE211800e16253
Octal253300376413000341142123
Binary10101011110000001111111010000111000001110000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC0FE; }

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

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

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

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

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

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

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

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