#A5B9EF

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

Shades of Perano #A5B9EF

Tints of Perano #A5B9EF

Color information

#A5B9EF (or 0xA5B9EF) is unknown color: approx Perano. HEX triplet: A5, B9 and EF. RGB value is (165,185,239). Sum of RGB (Red+Green+Blue) = 165+185+239=589 (78% of max value = 765). Red value is 165 (64.84% from 255 or 28.01% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5B9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B9EF is #5A4610. Grayscale: #B8B8B8. Windows color (decimal): -5916177 or 15710629. OLE color: 15710629.

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

Color convert

RGB165185239-
CMYK0.310.2300.06
HSL223.78º69.81%79.22%-
HSV(B)223.78º30.96%93.73%-
XYZ48.4548.9388.55-
YUV185.18158.37113.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.01%
GREEN value IS 185 (72.66% from 255) = 31.41%
BLUE value IS 239 (93.75% from 255) = 40.58%
R=28.01%
G=31.41%
B=40.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1651852390.310.2300.06223.7869.8179.22
HexA5B9EF1F1706e0464f
Octal245271357372706340106117
Binary101001011011100111101111111111011101101110000010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B9EF; }

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

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

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

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

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

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

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

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