#A1B9EA

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

Shades of Perano #A1B9EA

Tints of Perano #A1B9EA

Color information

#A1B9EA (or 0xA1B9EA) is unknown color: approx Perano. HEX triplet: A1, B9 and EA. RGB value is (161,185,234). Sum of RGB (Red+Green+Blue) = 161+185+234=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1B9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B9EA is #5E4615. Grayscale: #B7B7B7. Windows color (decimal): -6178326 or 15382945. OLE color: 15382945.

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

Color convert

RGB161185234-
CMYK0.310.2100.08
HSL220.27º63.48%77.45%-
HSV(B)220.27º31.2%91.76%-
XYZ46.948.2284.68-
YUV183.41156.55112.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.76%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=27.76%
G=31.90%
B=40.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611852340.310.2100.08220.2763.4877.45
HexA1B9EA1F1508dc3f4d
Octal241271352372501033477115
Binary101000011011100111101010111111010101000110111001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B9EA; }

 p { color: rgb(161,185,234); }

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

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

 a { background-color: rgb(161,185,234); }

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

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

 span { border-color: rgb(161,185,234); }

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