#A1B4EB

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

Shades of Perano #A1B4EB

Tints of Perano #A1B4EB

Color information

#A1B4EB (or 0xA1B4EB) is unknown color: approx Perano. HEX triplet: A1, B4 and EB. RGB value is (161,180,235). Sum of RGB (Red+Green+Blue) = 161+180+235=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1B4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B4EB is #5E4B14. Grayscale: #B4B4B4. Windows color (decimal): -6179605 or 15447201. OLE color: 15447201.

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

Color convert

RGB161180235-
CMYK0.310.2300.08
HSL224.59º64.91%77.65%-
HSV(B)224.59º31.49%92.16%-
XYZ46.0146.2285.09-
YUV180.59158.71114.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.95%
GREEN value IS 180 (70.70% from 255) = 31.25%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=27.95%
G=31.25%
B=40.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611802350.310.2300.08224.5964.9177.65
HexA1B4EB1F1708e1414e
Octal2412643533727010341101116
Binary1010000110110100111010111111110111010001110000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B4EB; }

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

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

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

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

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

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

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

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