#A7C0FC

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

Shades of Perano #A7C0FC

Tints of Perano #A7C0FC

Color information

#A7C0FC (or 0xA7C0FC) is unknown color: approx Perano. HEX triplet: A7, C0 and FC. RGB value is (167,192,252). Sum of RGB (Red+Green+Blue) = 167+192+252=611 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.33% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #A7C0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7C0FC is #583F03. Grayscale: #BFBFBF. Windows color (decimal): -5783300 or 16564391. OLE color: 16564391.

HSL color Cylindrical-coordinate representation of color #A7C0FC: hue angle of 222.35º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7C0FC is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167192252-
CMYK0.340.2400.01
HSL222.35º93.41%82.16%-
HSV(B)222.35º33.73%98.82%-
XYZ52.3652.9499.56-
YUV191.36162.22110.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.33%
GREEN value IS 192 (75.39% from 255) = 31.42%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=27.33%
G=31.42%
B=41.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671922520.340.2400.01222.3593.4182.16
HexA7C0FC221801de5d52
Octal247300374423001336135122
Binary10100111110000001111110010001011000011101111010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C0FC; }

 p { color: rgb(167,192,252); }

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

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

 a { background-color: rgb(167,192,252); }

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

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

 span { border-color: rgb(167,192,252); }

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