#A1B9EE

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

Shades of Perano #A1B9EE

Tints of Perano #A1B9EE

Color information

#A1B9EE (or 0xA1B9EE) is unknown color: approx Perano. HEX triplet: A1, B9 and EE. RGB value is (161,185,238). Sum of RGB (Red+Green+Blue) = 161+185+238=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1B9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B9EE is #5E4611. Grayscale: #B7B7B7. Windows color (decimal): -6178322 or 15645089. OLE color: 15645089.

HSL color Cylindrical-coordinate representation of color #A1B9EE: hue angle of 221.3º degrees, saturation: 0.69, 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 #A1B9EE is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161185238-
CMYK0.320.2200.07
HSL221.3º69.37%78.24%-
HSV(B)221.3º32.35%93.33%-
XYZ47.4848.4587.74-
YUV183.87158.55111.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.57%
GREEN value IS 185 (72.66% from 255) = 31.68%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=27.57%
G=31.68%
B=40.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611852380.320.2200.07221.369.3778.24
HexA1B9EE201607dd454e
Octal241271356402607335105116
Binary1010000110111001111011101000001011001111101110110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B9EE; }

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

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

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

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

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

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

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

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