#A0B1EE

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

Shades of Perano #A0B1EE

Tints of Perano #A0B1EE

Color information

#A0B1EE (or 0xA0B1EE) is unknown color: approx Perano. HEX triplet: A0, B1 and EE. RGB value is (160,177,238). Sum of RGB (Red+Green+Blue) = 160+177+238=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0B1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0B1EE is #5F4E11. Grayscale: #B2B2B2. Windows color (decimal): -6245906 or 15643040. OLE color: 15643040.

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

Color convert

RGB160177238-
CMYK0.330.2600.07
HSL226.92º69.64%78.04%-
HSV(B)226.92º32.77%93.33%-
XYZ45.6545.0987.19-
YUV178.87161.37114.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.83%
GREEN value IS 177 (69.53% from 255) = 30.78%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=27.83%
G=30.78%
B=41.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601772380.330.2600.07226.9269.6478.04
HexA0B1EE211A07e3464e
Octal240261356413207343106116
Binary1010000010110001111011101000011101001111110001110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B1EE; }

 p { color: rgb(160,177,238); }

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

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

 a { background-color: rgb(160,177,238); }

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

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

 span { border-color: rgb(160,177,238); }

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