#A5B8EF

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

Shades of Perano #A5B8EF

Tints of Perano #A5B8EF

Color information

#A5B8EF (or 0xA5B8EF) is unknown color: approx Perano. HEX triplet: A5, B8 and EF. RGB value is (165,184,239). Sum of RGB (Red+Green+Blue) = 165+184+239=588 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.06% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5B8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B8EF is #5A4710. Grayscale: #B8B8B8. Windows color (decimal): -5916433 or 15710373. OLE color: 15710373.

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

Color convert

RGB165184239-
CMYK0.310.2300.06
HSL224.59º69.81%79.22%-
HSV(B)224.59º30.96%93.73%-
XYZ48.2448.5188.48-
YUV184.59158.71114.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.06%
GREEN value IS 184 (72.27% from 255) = 31.29%
BLUE value IS 239 (93.75% from 255) = 40.65%
R=28.06%
G=31.29%
B=40.65%

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
Decimal1651842390.310.2300.06224.5969.8179.22
HexA5B8EF1F1706e1464f
Octal245270357372706341106117
Binary101001011011100011101111111111011101101110000110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B8EF; }

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

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

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

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

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

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

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

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