#A7C1FF

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

Shades of Perano #A7C1FF

Tints of Perano #A7C1FF

Color information

#A7C1FF (or 0xA7C1FF) is unknown color: approx Perano. HEX triplet: A7, C1 and FF. RGB value is (167,193,255). Sum of RGB (Red+Green+Blue) = 167+193+255=615 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.15% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7C1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7C1FF is #583E00. Grayscale: #C0C0C0. Windows color (decimal): -5783041 or 16761255. OLE color: 16761255.

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

Color convert

RGB167193255-
CMYK0.350.2400
HSL222.27º100%82.75%-
HSV(B)222.27º34.51%100%-
XYZ53.0653.58102.15-
YUV192.29163.39109.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.15%
GREEN value IS 193 (75.78% from 255) = 31.38%
BLUE value IS 255 (100% from 255) = 41.46%
R=27.15%
G=31.38%
B=41.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671932550.350.2400222.2710082.75
HexA7C1FF231800de6453
Octal247301377433000336144123
Binary10100111110000011111111110001111000001101111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C1FF; }

 p { color: rgb(167,193,255); }

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

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

 a { background-color: rgb(167,193,255); }

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

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

 span { border-color: rgb(167,193,255); }

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