#A1B6EB

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

Shades of Perano #A1B6EB

Tints of Perano #A1B6EB

Color information

#A1B6EB (or 0xA1B6EB) is unknown color: approx Perano. HEX triplet: A1, B6 and EB. RGB value is (161,182,235). Sum of RGB (Red+Green+Blue) = 161+182+235=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1B6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B6EB is #5E4914. Grayscale: #B5B5B5. Windows color (decimal): -6179093 or 15447713. OLE color: 15447713.

HSL color Cylindrical-coordinate representation of color #A1B6EB: hue angle of 222.97º 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 #A1B6EB is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161182235-
CMYK0.310.2300.08
HSL222.97º64.91%77.65%-
HSV(B)222.97º31.49%92.16%-
XYZ46.4247.0385.23-
YUV181.76158.04113.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.85%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=27.85%
G=31.49%
B=40.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611822350.310.2300.08222.9764.9177.65
HexA1B6EB1F1708df414e
Octal2412663533727010337101116
Binary1010000110110110111010111111110111010001101111110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B6EB; }

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

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

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

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

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

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

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

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