#A5B6EE

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

Shades of Perano #A5B6EE

Tints of Perano #A5B6EE

Color information

#A5B6EE (or 0xA5B6EE) is unknown color: approx Perano. HEX triplet: A5, B6 and EE. RGB value is (165,182,238). Sum of RGB (Red+Green+Blue) = 165+182+238=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5B6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B6EE is #5A4911. Grayscale: #B7B7B7. Windows color (decimal): -5916946 or 15644325. OLE color: 15644325.

HSL color Cylindrical-coordinate representation of color #A5B6EE: hue angle of 226.03º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5B6EE is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165182238-
CMYK0.310.2400.07
HSL226.03º68.22%79.02%-
HSV(B)226.03º30.67%93.33%-
XYZ47.6847.6387.57-
YUV183.3158.87114.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.21%
GREEN value IS 182 (71.48% from 255) = 31.11%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=28.21%
G=31.11%
B=40.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651822380.310.2400.07226.0368.2279.02
HexA5B6EE1F1807e2444f
Octal245266356373007342104117
Binary101001011011011011101110111111100001111110001010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B6EE; }

 p { color: rgb(165,182,238); }

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

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

 a { background-color: rgb(165,182,238); }

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

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

 span { border-color: rgb(165,182,238); }

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