#A2B9EF

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

Shades of Perano #A2B9EF

Tints of Perano #A2B9EF

Color information

#A2B9EF (or 0xA2B9EF) is unknown color: approx Perano. HEX triplet: A2, B9 and EF. RGB value is (162,185,239). Sum of RGB (Red+Green+Blue) = 162+185+239=586 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.65% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2B9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2B9EF is #5D4610. Grayscale: #B8B8B8. Windows color (decimal): -6112785 or 15710626. OLE color: 15710626.

HSL color Cylindrical-coordinate representation of color #A2B9EF: hue angle of 222.08º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2B9EF is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB162185239-
CMYK0.320.2300.06
HSL222.08º70.64%78.63%-
HSV(B)222.08º32.22%93.73%-
XYZ47.8348.6188.52-
YUV184.28158.88112.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.65%
GREEN value IS 185 (72.66% from 255) = 31.57%
BLUE value IS 239 (93.75% from 255) = 40.78%
R=27.65%
G=31.57%
B=40.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1621852390.320.2300.06222.0870.6478.63
HexA2B9EF201706de474f
Octal242271357402706336107117
Binary1010001010111001111011111000001011101101101111010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B9EF; }

 p { color: rgb(162,185,239); }

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

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

 a { background-color: rgb(162,185,239); }

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

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

 span { border-color: rgb(162,185,239); }

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