#A6C0F6

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

Shades of Perano #A6C0F6

Tints of Perano #A6C0F6

Color information

#A6C0F6 (or 0xA6C0F6) is unknown color: approx Perano. HEX triplet: A6, C0 and F6. RGB value is (166,192,246). Sum of RGB (Red+Green+Blue) = 166+192+246=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6C0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C0F6 is #593F09. Grayscale: #BEBEBE. Windows color (decimal): -5848842 or 16171174. OLE color: 16171174.

HSL color Cylindrical-coordinate representation of color #A6C0F6: hue angle of 220.5º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6C0F6 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB166192246-
CMYK0.330.2200.04
HSL220.5º81.63%80.78%-
HSV(B)220.5º32.52%96.47%-
XYZ51.2152.4694.62-
YUV190.38159.39110.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.48%
GREEN value IS 192 (75.39% from 255) = 31.79%
BLUE value IS 246 (96.48% from 255) = 40.73%
R=27.48%
G=31.79%
B=40.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1661922460.330.2200.04220.581.6380.78
HexA6C0F6211604dc5251
Octal246300366412604334122121
Binary1010011011000000111101101000011011001001101110010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C0F6; }

 p { color: rgb(166,192,246); }

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

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

 a { background-color: rgb(166,192,246); }

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

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

 span { border-color: rgb(166,192,246); }

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