#A6B9EB

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

Shades of Perano #A6B9EB

Tints of Perano #A6B9EB

Color information

#A6B9EB (or 0xA6B9EB) is unknown color: approx Perano. HEX triplet: A6, B9 and EB. RGB value is (166,185,235). Sum of RGB (Red+Green+Blue) = 166+185+235=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6B9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B9EB is #594614. Grayscale: #B8B8B8. Windows color (decimal): -5850645 or 15448486. OLE color: 15448486.

HSL color Cylindrical-coordinate representation of color #A6B9EB: hue angle of 223.48º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6B9EB is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166185235-
CMYK0.290.2100.08
HSL223.48º63.3%78.63%-
HSV(B)223.48º29.36%92.16%-
XYZ48.0748.885.48-
YUV185.02156.21114.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.33%
GREEN value IS 185 (72.66% from 255) = 31.57%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=28.33%
G=31.57%
B=40.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661852350.290.2100.08223.4863.378.63
HexA6B9EB1D1508df3f4f
Octal246271353352501033777117
Binary101001101011100111101011111011010101000110111111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B9EB; }

 p { color: rgb(166,185,235); }

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

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

 a { background-color: rgb(166,185,235); }

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

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

 span { border-color: rgb(166,185,235); }

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