#A6B9EF

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

Shades of Perano #A6B9EF

Tints of Perano #A6B9EF

Color information

#A6B9EF (or 0xA6B9EF) is unknown color: approx Perano. HEX triplet: A6, B9 and EF. RGB value is (166,185,239). Sum of RGB (Red+Green+Blue) = 166+185+239=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6B9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B9EF is #594610. Grayscale: #B9B9B9. Windows color (decimal): -5850641 or 15710630. OLE color: 15710630.

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

Color convert

RGB166185239-
CMYK0.310.2300.06
HSL224.38º69.52%79.41%-
HSV(B)224.38º30.54%93.73%-
XYZ48.6549.0488.56-
YUV185.48158.21114.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.14%
GREEN value IS 185 (72.66% from 255) = 31.36%
BLUE value IS 239 (93.75% from 255) = 40.51%
R=28.14%
G=31.36%
B=40.51%

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
Decimal1661852390.310.2300.06224.3869.5279.41
HexA6B9EF1F1706e0464f
Octal246271357372706340106117
Binary101001101011100111101111111111011101101110000010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B9EF; }

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

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

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

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

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

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

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

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