#A1B7EB

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

Shades of Perano #A1B7EB

Tints of Perano #A1B7EB

Color information

#A1B7EB (or 0xA1B7EB) is unknown color: approx Perano. HEX triplet: A1, B7 and EB. RGB value is (161,183,235). Sum of RGB (Red+Green+Blue) = 161+183+235=579 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.81% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1B7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B7EB is #5E4814. Grayscale: #B6B6B6. Windows color (decimal): -6178837 or 15447969. OLE color: 15447969.

HSL color Cylindrical-coordinate representation of color #A1B7EB: hue angle of 222.16º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1B7EB is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161183235-
CMYK0.310.2200.08
HSL222.16º64.91%77.65%-
HSV(B)222.16º31.49%92.16%-
XYZ46.6347.4485.3-
YUV182.35157.71112.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.81%
GREEN value IS 183 (71.88% from 255) = 31.61%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=27.81%
G=31.61%
B=40.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611832350.310.2200.08222.1664.9177.65
HexA1B7EB1F1608de414e
Octal2412673533726010336101116
Binary1010000110110111111010111111110110010001101111010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B7EB; }

 p { color: rgb(161,183,235); }

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

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

 a { background-color: rgb(161,183,235); }

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

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

 span { border-color: rgb(161,183,235); }

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