#ABC0F9

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

Shades of Perano #ABC0F9

Tints of Perano #ABC0F9

Color information

#ABC0F9 (or 0xABC0F9) is unknown color: approx Perano. HEX triplet: AB, C0 and F9. RGB value is (171,192,249). Sum of RGB (Red+Green+Blue) = 171+192+249=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABC0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC0F9 is #543F06. Grayscale: #BFBFBF. Windows color (decimal): -5521159 or 16367787. OLE color: 16367787.

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

Color convert

RGB171192249-
CMYK0.310.2300.02
HSL223.85º86.67%82.35%-
HSV(B)223.85º31.33%97.65%-
XYZ52.7453.297.11-
YUV192.22160.04112.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.94%
GREEN value IS 192 (75.39% from 255) = 31.37%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=27.94%
G=31.37%
B=40.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711922490.310.2300.02223.8586.6782.35
HexABC0F91F1702e05752
Octal253300371372702340127122
Binary10101011110000001111100111111101110101110000010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC0F9; }

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

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

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

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

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

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

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

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