#A1B8EB

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

Shades of Perano #A1B8EB

Tints of Perano #A1B8EB

Color information

#A1B8EB (or 0xA1B8EB) is unknown color: approx Perano. HEX triplet: A1, B8 and EB. RGB value is (161,184,235). Sum of RGB (Red+Green+Blue) = 161+184+235=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1B8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B8EB is #5E4714. Grayscale: #B6B6B6. Windows color (decimal): -6178581 or 15448225. OLE color: 15448225.

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

Color convert

RGB161184235-
CMYK0.310.2200.08
HSL221.35º64.91%77.65%-
HSV(B)221.35º31.49%92.16%-
XYZ46.8347.8685.37-
YUV182.94157.38112.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.76%
GREEN value IS 184 (72.27% from 255) = 31.72%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=27.76%
G=31.72%
B=40.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611842350.310.2200.08221.3564.9177.65
HexA1B8EB1F1608dd414e
Octal2412703533726010335101116
Binary1010000110111000111010111111110110010001101110110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B8EB; }

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

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

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

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

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

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

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

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