#A1B4EC

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

Shades of Perano #A1B4EC

Tints of Perano #A1B4EC

Color information

#A1B4EC (or 0xA1B4EC) is unknown color: approx Perano. HEX triplet: A1, B4 and EC. RGB value is (161,180,236). Sum of RGB (Red+Green+Blue) = 161+180+236=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1B4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B4EC is #5E4B13. Grayscale: #B4B4B4. Windows color (decimal): -6179604 or 15512737. OLE color: 15512737.

HSL color Cylindrical-coordinate representation of color #A1B4EC: hue angle of 224.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1B4EC is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161180236-
CMYK0.320.2400.07
HSL224.8º66.37%77.84%-
HSV(B)224.8º31.78%92.55%-
XYZ46.1646.2885.86-
YUV180.7159.21113.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.90%
GREEN value IS 180 (70.70% from 255) = 31.20%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=27.90%
G=31.20%
B=40.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611802360.320.2400.07224.866.3777.84
HexA1B4EC201807e1424e
Octal241264354403007341102116
Binary1010000110110100111011001000001100001111110000110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B4EC; }

 p { color: rgb(161,180,236); }

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

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

 a { background-color: rgb(161,180,236); }

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

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

 span { border-color: rgb(161,180,236); }

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